mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:43:47 +03:00
ngtcp2: increase QUIC window size when data is consumed
Assisted-by: Javier Blazquez Ref #4525 (partial fix) Closes #4600
This commit is contained in:
parent
c6b70de246
commit
7627a2dd9d
2 changed files with 25 additions and 14 deletions
|
|
@ -198,6 +198,7 @@ struct HTTP {
|
|||
bool upload_done;
|
||||
#endif
|
||||
#ifdef USE_NGHTTP3
|
||||
size_t unacked_window;
|
||||
struct h3out *h3out; /* per-stream buffers for upload */
|
||||
#endif
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue