summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_protocol.h')
-rw-r--r--net/spdy/spdy_protocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
index 4637b5f..ce074c4d 100644
--- a/net/spdy/spdy_protocol.h
+++ b/net/spdy/spdy_protocol.h
@@ -189,7 +189,8 @@ enum SpdyStatusCodes {
CANCEL = 5,
INTERNAL_ERROR = 6,
FLOW_CONTROL_ERROR = 7,
- NUM_STATUS_CODES = 8
+ INVALID_ASSOCIATED_STREAM = 8,
+ NUM_STATUS_CODES = 9
};
// A SPDY stream id is a 31 bit entity.