Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: net/http/http_stream_parser.h

Issue 1494813002: Fix HttpStreamParser::CanReuseConnection(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add override Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698