Index: net/http/http_stream_parser.h |
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h |
index a41e393b485f3fd6f6e758777c80988e82e7bd76..43e1514c2fecef2bee58ab4772c47b0b73b3bc99 100644 |
--- a/net/http/http_stream_parser.h |
+++ b/net/http/http_stream_parser.h |
@@ -178,7 +178,8 @@ class NET_EXPORT_PRIVATE HttpStreamParser { |
scoped_refptr<GrowableIOBuffer> read_buf_; |
// Offset of the first unused byte in |read_buf_|. May be nonzero due to |
- // a 1xx header, or body data in the same packet as header data. |
+ // body data in the same packet as header data but is zero when reading |
+ // headers. |
int read_buf_unused_offset_; |
// The amount beyond |read_buf_unused_offset_| where the status line starts; |