summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_stream_parser.cc')
-rw-r--r--net/http/http_stream_parser.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc
index 028669f..2a86220 100644
--- a/net/http/http_stream_parser.cc
+++ b/net/http/http_stream_parser.cc
@@ -85,7 +85,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() {