Chromium Code Reviews| 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..86656b3cc3181ac0e73a90b816e1576c5d937b9e 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 extraraneous unfiltered bytes after the final CRLF. |
|
willchan no longer on Chromium
2014/05/23 20:31:21
extraneous
mmenke
2014/05/23 20:36:37
Done....Hrm...It was spelled correctly before, not
|
| int bytes_after_eof_; |
| }; |