mirror of
https://github.com/curl/curl.git
synced 2026-06-03 12:04:14 +03:00
http2: bump the h2 buffer size to 32K for speed
This commit is contained in:
parent
5871affc7a
commit
8b38fcf2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue