| Index: net/http/http_stream_parser.cc
|
| diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc
|
| index 820c1ba008adec361627178b6e26e4f3c63a27d2..30ba279aac2c3c2e51d18cbb912a3bd1d8418b56 100644
|
| --- a/net/http/http_stream_parser.cc
|
| +++ b/net/http/http_stream_parser.cc
|
| @@ -345,9 +345,6 @@ int HttpStreamParser::ReadResponseBody(IOBuffer* buf, int buf_len,
|
| if (io_state_ == STATE_DONE)
|
| return OK;
|
|
|
| - // Must have response headers with a non-1xx error code.
|
| - DCHECK_NE(1, response_->headers->response_code() / 100);
|
| -
|
| user_read_buf_ = buf;
|
| user_read_buf_len_ = buf_len;
|
| io_state_ = STATE_READ_BODY;
|
|
|