Chromium Code Reviews| Index: net/base/net_error_list.h |
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
| index 2ea5d9aefc3928033f9b938b614bfb091455a708..c736aa83cf308da3c369a87cfaee46f495fe694b 100644 |
| --- a/net/base/net_error_list.h |
| +++ b/net/base/net_error_list.h |
| @@ -679,6 +679,9 @@ NET_ERROR(PAC_SCRIPT_TERMINATED, -367) |
| // than treat it as HTTP/0.9, this error is returned. |
| NET_ERROR(INVALID_HTTP_RESPONSE, -370) |
| +// Received HTTP/2 RST_STREAM frame with NO_ERROR error code. |
|
mmenke
2016/10/25 17:15:30
Driveby nit: Worth mentioning it's only used inte
Bence
2016/10/25 22:11:24
Done.
|
| +NET_ERROR(SPDY_RST_STREAM_NO_ERROR_RECEIVED, -371) |
| + |
| // The cache does not have the requested entry. |
| NET_ERROR(CACHE_MISS, -400) |