tests: Fix HTTP2-Settings header for huge window size

Follow-up to a4d8888. Changing the window size in that commit resulted
in a different HTTP2-Settings upgrade header, causing test 1800 to fail.
This commit is contained in:
Jay Satiro 2016-11-17 01:04:00 -05:00
parent a4d888857e
commit 2ece147cc2
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*
Connection: Upgrade, HTTP2-Settings
Upgrade: %H2CVER
HTTP2-Settings: AAMAAABkAAQAAP__
HTTP2-Settings: AAMAAABkAARAAAAA
</protocol>
</verify>

View File

@ -58,7 +58,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*
Connection: Upgrade, HTTP2-Settings
Upgrade: %H2CVER
HTTP2-Settings: AAMAAABkAAQAAP__
HTTP2-Settings: AAMAAABkAARAAAAA
</protocol>
# CURLE_HTTP2: Send failure: Broken pipe