 Chromium Code Reviews
 Chromium Code Reviews Issue 1153093002:
  Implement URLRequestBackoffManager for managing Backoff headers  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1153093002:
  Implement URLRequestBackoffManager for managing Backoff headers  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: net/base/net_error_list.h | 
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h | 
| index 98ce2b8484be911439a0d5ca2329bdba99566712..4b6e091ddefe16d35f6f0f58272871a32a67345b 100644 | 
| --- a/net/base/net_error_list.h | 
| +++ b/net/base/net_error_list.h | 
| @@ -642,6 +642,9 @@ NET_ERROR(PAC_SCRIPT_TERMINATED, -367) | 
| // https://tools.ietf.org/id/draft-ietf-httpbis-alt-svc-06.html#host_auth. | 
| NET_ERROR(ALTERNATIVE_CERT_NOT_VALID_FOR_ORIGIN, -368) | 
| +// Request is throttled because of a Backoff header. | 
| 
cpu_(ooo_6.6-7.5)
2015/07/17 19:56:01
maybe add link to the chromium-dev document?
 
xunjieli
2015/07/20 20:02:12
Done. Linked to the bug tracker, which has the chr
 | 
| +NET_ERROR(TEMPORARY_BACKOFF, -369) | 
| + | 
| // The cache does not have the requested entry. | 
| NET_ERROR(CACHE_MISS, -400) |