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

Unified Diff: net/spdy/spdy_protocol.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
Index: net/spdy/spdy_protocol.h
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
index 922e649e33d6dcc1a139b9644e683d888b3b0089..ae370126d945c0f0ae368f384a508918a5899f50 100644
--- a/net/spdy/spdy_protocol.h
+++ b/net/spdy/spdy_protocol.h
@@ -379,7 +379,8 @@ enum SpdyRstStreamStatus {
RST_STREAM_ENHANCE_YOUR_CALM = 14,
RST_STREAM_INADEQUATE_SECURITY = 15,
RST_STREAM_HTTP_1_1_REQUIRED = 16,
- RST_STREAM_NUM_STATUS_CODES = 17
+ RST_STREAM_NO_ERROR = 17,
+ RST_STREAM_NUM_STATUS_CODES = 18
};
// Status codes for GOAWAY frames.

Powered by Google App Engine
This is Rietveld 408576698