Searched refs:proxyResponse (Results 1 – 1 of 1) sorted by relevance
384 void SocketStreamHandle::addCONNECTCredentials(CFHTTPMessageRef proxyResponse) in addCONNECTCredentials() argument386 …thenticationRef> authentication(AdoptCF, CFHTTPAuthenticationCreateFromResponse(0, proxyResponse)); in addCONNECTCredentials()492 …RetainPtr<CFHTTPMessageRef> proxyResponse(AdoptCF, wkCopyCONNECTProxyResponse(m_readStream.get(), … in readStreamCallback() local493 … if (proxyResponse && (407 == CFHTTPMessageGetResponseStatusCode(proxyResponse.get()))) { in readStreamCallback()494 addCONNECTCredentials(proxyResponse.get()); in readStreamCallback()