From: Daniel Stenberg Date: Mon, 4 May 2015 08:14:27 +0000 (+0200) Subject: http2: bump the h2 buffer to 8K X-Git-Tag: curl-7_43_0~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a28734be097c1e3eebf15379ff3eb7b80e5cf867;p=thirdparty%2Fcurl.git http2: bump the h2 buffer to 8K --- diff --git a/lib/http2.c b/lib/http2.c index ddac7c2f53..49b8e559ef 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -622,7 +622,7 @@ static nghttp2_settings_entry settings[] = { { NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE, NGHTTP2_INITIAL_WINDOW_SIZE }, }; -#define H2_BUFSIZE 1024 +#define H2_BUFSIZE 8192 static void freestreamentry(void *freethis) {