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

Method HandleCompletion

Sources/Shared/IO/WebRequest.cpp:2870–2878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2868 }
2869
2870 void WebRequestCURL::HandleCompletion()
2871 {
2872 HandleResult(DoHandleCompletion());
2873
2874 if (GetState() == WebRequest::State::Unauthorized) {
2875 _authChallenge.reset(new WebAuthChallengeCURL(_response->GetStatus() == 407
2876 ? WebAuthChallenge::Source::Proxy : WebAuthChallenge::Source::Server, *this));
2877 }
2878 }
2879
2880 String WebRequestCURL::GetError() const
2881 {

Callers 1

Calls 2

resetMethod · 0.45
GetStatusMethod · 0.45

Tested by

no test coverage detected