aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1800
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-27 09:42:11 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-27 10:35:51 +0100
commit15f51474c837679c0b79825c23356ac681ffabde (patch)
tree74a8f65771ab4108f09d66b0272892089e861ecb /tests/data/test1800
parent507cf6a13db0375eadd4655b4c64710db29e9cf2 (diff)
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
Diffstat (limited to 'tests/data/test1800')
-rw-r--r--tests/data/test18002
1 files changed, 1 insertions, 1 deletions
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
</protocol>
</verify>