mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
Set max outbound DATA frame length to 8+4KiB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user