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

Unified Diff: net/http/http_stream_parser.cc

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added about:flags entry Created 9 years, 5 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_stream_parser.cc
diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc
index 31ce76b3bf7e32e7e41b0b8fde09dc2af51a8fc5..096e40fa76dd5057b3bb50e512867defc7601fef 100644
--- a/net/http/http_stream_parser.cc
+++ b/net/http/http_stream_parser.cc
@@ -63,7 +63,6 @@ HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,
chunk_length_(0),
chunk_length_without_encoding_(0),
sent_last_chunk_(false) {
- DCHECK_EQ(0, read_buffer->offset());
}
HttpStreamParser::~HttpStreamParser() {

Powered by Google App Engine
This is Rietveld 408576698