Commit 154b02c4 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Set max outbound DATA frame length to 8+4KiB

parent 59329b00
......@@ -37,7 +37,8 @@
#define SPDYLAY_LENGTH_MASK 0xffffff
#define SPDYLAY_VERSION_MASK 0x7fff
#define SPDYLAY_DATA_FRAME_LENGTH 4096
/* DATA frame length. This is 8+4KiB */
#define SPDYLAY_DATA_FRAME_LENGTH 4104
/* The number of bytes of frame header. */
#define SPDYLAY_FRAME_HEAD_LENGTH 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment