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

Method StartRequest

Sources/Shared/IO/WebRequest.cpp:2844–2854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2842 }
2843
2844 bool WebRequestCURL::StartRequest()
2845 {
2846 _bytesSent = 0;
2847
2848 if (!_sessionCURL->StartRequest(*this)) {
2849 SetState(WebRequest::State::Failed);
2850 return false;
2851 }
2852
2853 return true;
2854 }
2855
2856 void WebRequestCURL::DoCancel()
2857 {

Callers 1

SetCredentialsMethod · 0.80

Calls 2

GetHandleMethod · 0.45
SetStateMethod · 0.45

Tested by

no test coverage detected