Change NGHTTP2_MAX_HEADER_TABLE_SIZE to 256MiB

This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-28 22:50:43 +09:00
parent fa8b310cfd
commit 8c5db539b3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
/**