| Index: net/http/http_pipelined_connection_impl.cc
|
| diff --git a/net/http/http_pipelined_connection_impl.cc b/net/http/http_pipelined_connection_impl.cc
|
| index c5ca00c76f3fb8c6515652a92c3a5c1d3892973d..471b26adef98367f1a3f1665100ce3f120a529a7 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
|
|
|