Index: net/spdy/spdy_protocol.h |
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h |
index b3f71d4454f166543fe2a775ddc9980bce8f89f9..b02c44f2975b972b77024ce047ae8b90e1e6740e 100644 |
--- a/net/spdy/spdy_protocol.h |
+++ b/net/spdy/spdy_protocol.h |
@@ -397,7 +397,9 @@ enum SpdyRstStreamStatus { |
RST_STREAM_SETTINGS_TIMEOUT = 12, |
RST_STREAM_CONNECT_ERROR = 13, |
RST_STREAM_ENHANCE_YOUR_CALM = 14, |
- RST_STREAM_NUM_STATUS_CODES = 15 |
+ RST_STREAM_INADEQUATE_SECURITY = 15, |
+ RST_STREAM_HTTP_1_1_REQUIRED = 16, |
+ RST_STREAM_NUM_STATUS_CODES = 17 |
}; |
// Status codes for GOAWAY frames. |
@@ -415,7 +417,8 @@ enum SpdyGoAwayStatus { |
GOAWAY_COMPRESSION_ERROR = 9, |
GOAWAY_CONNECT_ERROR = 10, |
GOAWAY_ENHANCE_YOUR_CALM = 11, |
- GOAWAY_INADEQUATE_SECURITY = 12 |
+ GOAWAY_INADEQUATE_SECURITY = 12, |
+ GOAWAY_HTTP_1_1_REQUIRED = 13 |
}; |
// A SPDY priority is a number between 0 and 7 (inclusive). |