diff options
Diffstat (limited to 'net/http/http_pipelined_connection_impl.cc')
-rw-r--r-- | net/http/http_pipelined_connection_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_pipelined_connection_impl.cc b/net/http/http_pipelined_connection_impl.cc index c5ca00c..471b26adef 100644 --- a/net/http/http_pipelined_connection_impl.cc +++ b/net/http/http_pipelined_connection_impl.cc @@ -680,7 +680,7 @@ void HttpPipelinedConnectionImpl::GetSSLCertRequestInfo( void HttpPipelinedConnectionImpl::Drain(HttpPipelinedStream* stream, HttpNetworkSession* session) { - HttpResponseHeaders* headers = stream->GetResponseInfo()->headers; + HttpResponseHeaders* headers = stream->GetResponseInfo()->headers.get(); if (!stream->CanFindEndOfResponse() || headers->IsChunkEncoded() || !usable_) { // TODO(simonjam): Drain chunk-encoded responses if they're relatively |