http2: bump the h2 buffer to 8K

This commit is contained in:
Daniel Stenberg 2015-05-04 10:14:27 +02:00
parent 5252f13dfa
commit a28734be09
1 changed files with 1 additions and 1 deletions

View 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)
{