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:
parent
a4d888857e
commit
2ece147cc2
@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
Connection: Upgrade, HTTP2-Settings
|
||||
Upgrade: %H2CVER
|
||||
HTTP2-Settings: AAMAAABkAAQAAP__
|
||||
HTTP2-Settings: AAMAAABkAARAAAAA
|
||||
|
||||
</protocol>
|
||||
</verify>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user