Index: net/spdy/spdy_http_stream.cc |
diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc |
index 3a0a09b353ab81f308d394714c0455061d07da19..a23a060dfb863d913a6e06a938b163d317fd8aae 100644 |
--- a/net/spdy/spdy_http_stream.cc |
+++ b/net/spdy/spdy_http_stream.cc |
@@ -198,7 +198,8 @@ int SpdyHttpStream::SendRequest(const HttpRequestHeaders& request_headers, |
linked_ptr<spdy::SpdyHeaderBlock> headers(new spdy::SpdyHeaderBlock); |
CreateSpdyHeadersFromHttpRequest(*request_info_, request_headers, |
- headers.get(), direct_); |
+ headers.get(), stream_->GetProtocolVersion(), |
+ direct_); |
stream_->set_spdy_headers(headers); |
stream_->SetRequestTime(request_time); |