MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / RequestHasTerminated

Method RequestHasTerminated

Sources/Shared/IO/WebRequest.cpp:3041–3045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3039 }
3040
3041 void WebSessionAsyncCURL::RequestHasTerminated(WebRequestCURL* request)
3042 {
3043 CURL* curl = request->GetHandle();
3044 StopActiveTransfer(curl);
3045 }
3046
3047 bool WebSessionBaseCURL::CurlRuntimeAtLeastVersion(std::uint32_t major, std::uint32_t minor, std::uint32_t patch)
3048 {

Callers 1

~WebRequestCURLMethod · 0.80

Calls 1

GetHandleMethod · 0.45

Tested by

no test coverage detected