Skip to content

Commit

Permalink
http2: bump the h2 buffer to 8K
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed May 18, 2015
1 parent 5252f13 commit a28734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http2.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit a28734b

Please sign in to comment.