From 15f51474c837679c0b79825c23356ac681ffabde Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 Feb 2020 09:42:11 +0100 Subject: http2: make pausing/unpausing set/clear local stream window This reduces the HTTP/2 window size to 32 MB since libcurl might have to buffer up to this amount of data in memory and yet we don't want it set lower to potentially impact tranfer performance on high speed networks. Requires nghttp2 commit b3f85e2daa629 (https://github.com/nghttp2/nghttp2/pull/1444) to work properly, to end up in the next release after 1.40.0. Fixes #4939 Closes #4940 --- tests/data/test1800 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1800') diff --git a/tests/data/test1800 b/tests/data/test1800 index 011018400..c308c99b0 100644 --- a/tests/data/test1800 +++ b/tests/data/test1800 @@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT Accept: */* Connection: Upgrade, HTTP2-Settings Upgrade: %H2CVER -HTTP2-Settings: AAMAAABkAARAAAAAAAIAAAAA +HTTP2-Settings: AAMAAABkAAQCAAAAAAIAAAAA -- cgit v1.2.3