| 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.
|
|
|