Index: net/http/http_stream_parser.h |
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h |
index f56e7ded4c3a5572830282ecf33e2d522467d78d..f8700c472f5e664552777f245583cd40a5bea230 100644 |
--- a/net/http/http_stream_parser.h |
+++ b/net/http/http_stream_parser.h |
@@ -79,7 +79,8 @@ class NET_EXPORT_PRIVATE HttpStreamParser { |
// The connection can be reused if: |
// * It's still connected. |
// * The response headers indicate the connection can be kept alive. |
- // * The end of the response can be found. |
+ // * The end of the response can be found, though it may not have yet been |
+ // received. |
// |
// Note that if response headers have yet to be received, this will return |
// false. |