Home | History | Annotate | Download | only in socket_stream

Lines Matching refs:headers

712       tunnel_response_headers_->headers(), tunnel_response_headers_len_, 0);
723 scoped_refptr<HttpResponseHeaders> headers;
724 headers = new HttpResponseHeaders(
725 HttpUtil::AssembleRawHeaders(tunnel_response_headers_->headers(), eoh));
726 if (headers->GetParsedHttpVersion() < HttpVersion(1, 0)) {
731 switch (headers->response_code()) {
744 this, tunnel_response_headers_->headers() + eoh,
749 result = HandleAuthChallenge(headers.get());
940 int SocketStream::HandleAuthChallenge(const HttpResponseHeaders* headers) {
962 HttpAuth::ChooseBestChallenge(http_auth_handler_factory_, headers,