Loading lib/http2.c +1 −1 Original line number Diff line number Diff line Loading @@ -659,7 +659,7 @@ static nghttp2_settings_entry settings[] = { { NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE, NGHTTP2_INITIAL_WINDOW_SIZE }, }; #define H2_BUFSIZE 8192 #define H2_BUFSIZE 32768 static void freestreamentry(void *freethis) { Loading Loading
lib/http2.c +1 −1 Original line number Diff line number Diff line Loading @@ -659,7 +659,7 @@ static nghttp2_settings_entry settings[] = { { NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE, NGHTTP2_INITIAL_WINDOW_SIZE }, }; #define H2_BUFSIZE 8192 #define H2_BUFSIZE 32768 static void freestreamentry(void *freethis) { Loading