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

Unified Diff: net/base/net_error_list.h

Issue 9302024: Add client for background testing of HTTP pipelining. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 11 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
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index bba09ea232033fc60af65e0daafd3a17243f70eb..3aaf496b17f54e1c9c68889d16f6a69963426a0c 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -525,6 +525,9 @@ NET_ERROR(SPDY_SERVER_REFUSED_STREAM, -351)
// SPDY server didn't respond to the PING message.
NET_ERROR(SPDY_PING_FAILED, -352)
+// The request couldn't be completed on an HTTP pipeline. Client should retry.
+NET_ERROR(PIPELINE_EVICTION, -353)
+
// The cache does not have the requested entry.
NET_ERROR(CACHE_MISS, -400)
@@ -654,6 +657,3 @@ NET_ERROR(DNS_TIMED_OUT, -803)
// The entry was not found in cache, for cache-only lookups.
NET_ERROR(DNS_CACHE_MISS, -804)
-
-// FIXME: Take the next number.
-NET_ERROR(PIPELINE_EVICTION, -900)

Powered by Google App Engine
This is Rietveld 408576698