MCPcopy Index your code
hub / github.com/MapServer/MapServer / msHTTPCleanup

Function msHTTPCleanup

maphttp.c:98–106  ·  view source on GitHub ↗

* msHTTPCleanup() * **********************************************************************/

Source from the content-addressed store, hash-verified

96 *
97 **********************************************************************/
98void msHTTPCleanup()
99{
100 msAcquireLock(TLOCK_OWS);
101 if (gbCurlInitialized)
102 curl_global_cleanup();
103
104 gbCurlInitialized = MS_FALSE;
105 msReleaseLock(TLOCK_OWS);
106}
107
108
109/**********************************************************************

Callers 1

msCleanupFunction · 0.85

Calls 2

msAcquireLockFunction · 0.85
msReleaseLockFunction · 0.85

Tested by

no test coverage detected