LibHTTP API Reference

December 13, 2016 ยท View on GitHub

httplib_unlock_context( ctx );

Parameters

ParameterTypeDescription
ctxstruct httplib_context *The context to remove the lock from

Return Value

none

Description

The function httplib_unlock_contect() removes a lock put previously on a context with a call to httplib_lock_context(). Locking a context may be necessary when accessing shared resources.

See Also

  • httplib_lock_connection();
  • httplib_lock_context();
  • httplib_unlock_connection();

Contents

  1. 0.1httplib_unlock_context( ctx );
  2. 0.2Parameters
  3. 0.3Return Value
  4. 0.4Description
  5. 0.5See Also