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

Unified Diff: net/base/net_error_list.h

Issue 2445113002: Add HTTP/2 error code NO_ERROR. (Closed)
Patch Set: Rebase. 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.cc » ('j') | no next file with comments »
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 4f4bf6765c766bb89007c353b69046588f6d2a40..0694b6958d2235f6e6225d0ec209c61257f18143 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -682,6 +682,11 @@ NET_ERROR(INVALID_HTTP_RESPONSE, -370)
// Initializing content decoding failed.
NET_ERROR(CONTENT_DECODING_INIT_FAILED, -371)
+// Received HTTP/2 RST_STREAM frame with NO_ERROR error code. This error should
+// be handled internally by HTTP/2 code, and should not make it above the
+// SpdyStream layer.
+NET_ERROR(SPDY_RST_STREAM_NO_ERROR_RECEIVED, -372)
+
// 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.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698