| Index: net/quic/chromium/quic_http_stream.h
|
| diff --git a/net/quic/chromium/quic_http_stream.h b/net/quic/chromium/quic_http_stream.h
|
| index 68bb9165840648432ead1b75b05c87fb30f777ec..5e1da7dc1ec4a9e4fc6665f5f4bcf32c7ddc8733 100644
|
| --- a/net/quic/chromium/quic_http_stream.h
|
| +++ b/net/quic/chromium/quic_http_stream.h
|
| @@ -150,7 +150,9 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| // outlive this object, according to the HttpStream contract.
|
|
|
| // The request to send.
|
| + // Only valid before the response body is read.
|
| const HttpRequestInfo* request_info_;
|
| +
|
| // The request body to send, if any, owned by the caller.
|
| UploadDataStream* request_body_stream_;
|
| // Time the request was issued.
|
|
|