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

Unified Diff: net/spdy/spdy_stream.cc

Issue 2987002: Removed incorrect dcheck. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « net/spdy/spdy_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_stream.cc
diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc
index 1166cd5f6b01c259c078903705b105e061bef274..3d68d5d991b99615063c40d50c92a20e92d6881a 100644
--- a/net/spdy/spdy_stream.cc
+++ b/net/spdy/spdy_stream.cc
@@ -87,7 +87,6 @@ int SpdyStream::OnResponseReceived(const spdy::SpdyHeaderBlock& response) {
DCHECK(response_->empty());
*response_ = response; // TODO(ukai): avoid copy.
- DCHECK(!response_->empty());
recv_first_byte_time_ = base::TimeTicks::Now();
response_time_ = base::Time::Now();
« no previous file with comments | « net/spdy/spdy_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698