From 7627a2dd9d4b7417672fdec3dc6e7f8d3de379de Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Nov 2019 11:39:41 +0100 Subject: ngtcp2: increase QUIC window size when data is consumed Assisted-by: Javier Blazquez Ref #4525 (partial fix) Closes #4600 --- lib/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/http.h') diff --git a/lib/http.h b/lib/http.h index a3a275702..87e979ee2 100644 --- a/lib/http.h +++ b/lib/http.h @@ -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 }; -- cgit v1.2.3