Home | History | Annotate | Download | only in http

Lines Matching full:new_response

666   const HttpResponseInfo* new_response = network_trans_->GetResponseInfo();
667 if (new_response->headers->response_code() == 401 ||
668 new_response->headers->response_code() == 407) {
669 auth_response_ = *new_response;
673 new_response_ = new_response;
701 if (new_response->headers->response_code() == 304 ||
992 // Update cached response based on headers in new_response.