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

Unified Diff: net/base/net_error_list.h

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use HttpStreamFactoryImpl::Job 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
« no previous file with comments | « no previous file | net/http/http_network_session.h » ('j') | net/http/http_pipelined_host_pool.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index cff5a791b52628af89ac0e5ddcf5325b51a6729e..735431713d2222f65f78d6c21798fb59d11da2a7 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -586,3 +586,6 @@ NET_ERROR(DNS_SERVER_FAILED, -802)
// DNS transaction timed out.
NET_ERROR(DNS_TIMED_OUT, -803)
+
+// FIXME: Take the next number.
+NET_ERROR(PIPELINE_EVICTION, -900)
« no previous file with comments | « no previous file | net/http/http_network_session.h » ('j') | net/http/http_pipelined_host_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698