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

Unified Diff: net/http/http_network_transaction.cc

Issue 10408010: Revert 137445 - CHECK for that we are not seeing user-visible SPDY_PING_FAILED errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction.cc
===================================================================
--- net/http/http_network_transaction.cc (revision 137682)
+++ net/http/http_network_transaction.cc (working copy)
@@ -164,7 +164,6 @@
int rv = DoLoop(OK);
if (rv == ERR_IO_PENDING)
callback_ = callback;
- CHECK_NE(rv, ERR_SPDY_PING_FAILED);
return rv;
}
@@ -471,7 +470,6 @@
}
void HttpNetworkTransaction::DoCallback(int rv) {
- CHECK_NE(rv, ERR_SPDY_PING_FAILED);
DCHECK_NE(rv, ERR_IO_PENDING);
DCHECK(!callback_.is_null());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698