Skip to content
Snippets Groups Projects
Commit 8b38fcf2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

http2: bump the h2 buffer size to 32K for speed

parent 5871affc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment