hyper: customize test1274 to how hyper unfolds headers

Closes #9217
This commit is contained in:
Sean McArthur 2022-07-27 18:15:22 -07:00 committed by Daniel Stenberg
parent 3adc9f3f93
commit d6010c2106
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 9 additions and 2 deletions

View File

@ -72,7 +72,6 @@
# 1021 re-added here due to flakiness
1021
1117
1274
1417
1533
1540

View File

@ -10,7 +10,7 @@ header line folding
#
# Server-side
<reply>
<data>
<data nocheck="yes">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/
@ -53,14 +53,22 @@ Accept: */*
<file name="log/out%TESTNUMBER">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
%if hyper
Server: test-server/ fake folded
%else
Server: test-server/
fake
folded
%endif
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
ETag: "21025-dc7-39462498"
Content-Length: 6
%if hyper
Connection: close
%else
Connection:
close
%endif
</file>
</verify>