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

Unified Diff: net/base/net_error_list.h

Issue 2445113002: Add HTTP/2 error code NO_ERROR. (Closed)
Patch Set: Created 4 years, 2 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/spdy/spdy_framer_test.cc » ('j') | net/spdy/spdy_session.cc » ('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 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)
« no previous file with comments | « no previous file | net/spdy/spdy_framer_test.cc » ('j') | net/spdy/spdy_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698