From 8c5db539b3621265113869dc17072fbb1b9ef8d8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 28 Apr 2014 22:50:43 +0900 Subject: [PATCH] Change NGHTTP2_MAX_HEADER_TABLE_SIZE to 256MiB --- lib/includes/nghttp2/nghttp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /**