mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
parent
3adc9f3f93
commit
d6010c2106
@ -72,7 +72,6 @@
|
||||
# 1021 re-added here due to flakiness
|
||||
1021
|
||||
1117
|
||||
1274
|
||||
1417
|
||||
1533
|
||||
1540
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user