diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index d2fd057d..c74db242 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -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) /**