| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index 4d30bc427f1bd833f861f7c409fb7518fb9f45ff..2791f3291bd212282754499cb3b8ecfeff4b415c 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -204,7 +204,7 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
|
| // Next state of the request, when the current one completes.
|
| State io_state_;
|
|
|
| - // The request to send.
|
| + // Null when read state machine is invoked.
|
| const HttpRequestInfo* request_;
|
|
|
| // The request header data. May include a merged request body.
|
|
|