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

Unified Diff: net/base/net_error_list.h

Issue 2487001: Request Throttler : Exponential back-off (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Corrected a flaky test due to having 2 implementation of request throttling 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 | « chrome/common/net/url_fetcher_unittest.cc ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_error_list.h
===================================================================
--- net/base/net_error_list.h (revision 54622)
+++ net/base/net_error_list.h (working copy)
@@ -172,6 +172,10 @@
// reestablish the transport socket in order to retry the authentication.
NET_ERROR(RETRY_CONNECTION, -129)
+// The request throttler module cancelled this request because the are too many
+// requests to a server that is failing requests.
+NET_ERROR(TEMPORARILY_THROTTLED_BY_DDOS, -130)
+
// Certificate error codes
//
// The values of certificate error codes must be consecutive.
« no previous file with comments | « chrome/common/net/url_fetcher_unittest.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698