| Index: net/spdy/spdy_protocol.h
|
| diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
|
| index f71d6b2c19d69cab361944d0574b073402b407ba..bbd959aaa48c8ecd209d3b03dadfb3f6819d2f0d 100644
|
| --- a/net/spdy/spdy_protocol.h
|
| +++ b/net/spdy/spdy_protocol.h
|
| @@ -38,6 +38,9 @@ typedef uint32_t SpdyStreamId;
|
| // flow control).
|
| const SpdyStreamId kSessionFlowControlStreamId = 0;
|
|
|
| +// Max stream id.
|
| +const SpdyStreamId kMaxStreamId = 0x7fffffff;
|
| +
|
| // The maximum possible frame payload size allowed by the spec.
|
| const uint32_t kSpdyMaxFrameSizeLimit = (1 << 24) - 1;
|
|
|
|
|