mirror of
https://github.com/curl/curl.git
synced 2026-05-30 13:57:28 +03:00
h2: allow 100 streams by default
instead of 13, before the server has told how many streams it accepts. The server can always reject new streams anyway if we go above what it accepts. Ref: #6826 Closes #6852
This commit is contained in:
parent
6d930d7306
commit
00b89ec641
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
/* value for MAX_CONCURRENT_STREAMS we use until we get an updated setting
|
||||
from the peer */
|
||||
#define DEFAULT_MAX_CONCURRENT_STREAMS 13
|
||||
#define DEFAULT_MAX_CONCURRENT_STREAMS 100
|
||||
|
||||
/*
|
||||
* Store nghttp2 version info in this buffer, Prefix with a space. Return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue