Chromium Code Reviews| Index: net/quic/quic_http_stream.cc |
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc |
| index 5578bd67b718c9576e8d2cee44d945e59fef6b21..1df721a301419dd1f1d7c37e3cdc3d948a2ffce4 100644 |
| --- a/net/quic/quic_http_stream.cc |
| +++ b/net/quic/quic_http_stream.cc |
| @@ -437,6 +437,7 @@ void QuicHttpStream::PopulateNetErrorDetails(NetErrorDetails* details) { |
| details->connection_info = HttpResponseInfo::CONNECTION_INFO_QUIC1_SPDY3; |
| if (was_handshake_confirmed_) |
| details->quic_connection_error = quic_connection_error_; |
| + stream_request_.PopulateNetErrorDetails(details); |
|
Ryan Hamilton
2016/03/10 22:46:44
Instead of asking the stream_request_ to ask the s
Zhongyi Shi
2016/03/11 03:56:32
Yes, we can, I knew there's a stream_request_ in q
|
| } |
| void QuicHttpStream::SetPriority(RequestPriority priority) { |