Skip to content
Snippets Groups Projects
Commit 2ece147c authored by Jay Satiro's avatar Jay Satiro
Browse files

tests: Fix HTTP2-Settings header for huge window size

Follow-up to a4d88885. Changing the window size in that commit resulted
in a different HTTP2-Settings upgrade header, causing test 1800 to fail.
parent a4d88885
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT ...@@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */* Accept: */*
Connection: Upgrade, HTTP2-Settings Connection: Upgrade, HTTP2-Settings
Upgrade: %H2CVER Upgrade: %H2CVER
HTTP2-Settings: AAMAAABkAAQAAP__ HTTP2-Settings: AAMAAABkAARAAAAA
</protocol> </protocol>
</verify> </verify>
......
...@@ -58,7 +58,7 @@ Host: %HOSTIP:%HTTPPORT ...@@ -58,7 +58,7 @@ Host: %HOSTIP:%HTTPPORT
Accept: */* Accept: */*
Connection: Upgrade, HTTP2-Settings Connection: Upgrade, HTTP2-Settings
Upgrade: %H2CVER Upgrade: %H2CVER
HTTP2-Settings: AAMAAABkAAQAAP__ HTTP2-Settings: AAMAAABkAARAAAAA
</protocol> </protocol>
# CURLE_HTTP2: Send failure: Broken pipe # CURLE_HTTP2: Send failure: Broken pipe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment