| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index e6b83c577d1a17d04f818cdcff108ac8c2415851..cdda4f2f9a085f6d193d35c9f68cf5278896576d 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/spdy_http_stream.cc
|
| @@ -348,7 +348,8 @@ int SpdyHttpStream::OnResponseReceived(const SpdyHeaderBlock& response,
|
| // to first byte.
|
| response_info_->response_time = base::Time::Now();
|
|
|
| - if (!SpdyHeadersToHttpResponse(response, response_info_)) {
|
| + if (!SpdyHeadersToHttpResponse(response, stream_->GetProtocolVersion(),
|
| + response_info_)) {
|
| // We might not have complete headers yet.
|
| return ERR_INCOMPLETE_SPDY_HEADERS;
|
| }
|
|
|