Change NGHTTP2_MAX_HEADER_TABLE_SIZE to 256MiB
This commit is contained in:
parent
fa8b310cfd
commit
8c5db539b3
|
@ -157,7 +157,7 @@ typedef struct {
|
|||
*
|
||||
* The maximum header table size.
|
||||
*/
|
||||
#define NGHTTP2_MAX_HEADER_TABLE_SIZE (1 << 16)
|
||||
#define NGHTTP2_MAX_HEADER_TABLE_SIZE (1 << 28)
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue