| Index: net/spdy/spdy_protocol.h
|
| diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
|
| index 3a979b98d22976de8db8ae3645da491278c01a54..b3f71d4454f166543fe2a775ddc9980bce8f89f9 100644
|
| --- a/net/spdy/spdy_protocol.h
|
| +++ b/net/spdy/spdy_protocol.h
|
| @@ -52,7 +52,7 @@ const int32 kSpdyStreamInitialWindowSize = 64 * 1024; // 64 KBytes
|
| // The maxmium possible control frame size allowed by the spec.
|
| const int32 kSpdyMaxControlFrameSize = (1 << 24) - 1;
|
|
|
| -// The maximum control frame size we actually send/accept.
|
| +// The maximum control frame size we accept.
|
| const int32 kControlFrameSizeLimit = 1 << 14;
|
|
|
| // Initial window size for a Spdy session in bytes.
|
|
|