| Index: net/http/http_chunked_decoder.h
|
| diff --git a/net/http/http_chunked_decoder.h b/net/http/http_chunked_decoder.h
|
| index 9ee7400ad7d7d6ba6b144a1661cd77ad39ce3099..23076f9b368a10f74e2c980a778f5e2fc50d7272 100644
|
| --- a/net/http/http_chunked_decoder.h
|
| +++ b/net/http/http_chunked_decoder.h
|
| @@ -122,8 +122,7 @@ class NET_EXPORT_PRIVATE HttpChunkedDecoder {
|
| // Set to true when FilterBuf encounters the final CRLF.
|
| bool reached_eof_;
|
|
|
| - // The number of unfiltered bytes after the final CRLF, either extraneous
|
| - // data or the first part of the next response in a pipelined stream.
|
| + // The number of extraneous unfiltered bytes after the final CRLF.
|
| int bytes_after_eof_;
|
| };
|
|
|
|
|