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

Unified Diff: net/http/http_chunked_decoder.h

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 6 years, 7 months 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_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_;
};

Powered by Google App Engine
This is Rietveld 408576698