]> granicus.if.org Git - curl/commitdiff
http2: bump the h2 buffer to 8K
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2015 08:14:27 +0000 (10:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 May 2015 06:57:18 +0000 (08:57 +0200)
lib/http2.c

index ddac7c2f5380a57179998e9600dc227ad24f7abb..49b8e559eff14cffe66d33f84b6bc2df9911135f 100644 (file)
@@ -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)
 {