mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
tests: enable more tests with hyper
Adjusted 1144, 1164 and 1176. Closes #7900
This commit is contained in:
parent
412570d7c4
commit
7c7b32db2b
@ -61,19 +61,9 @@
|
||||
672
|
||||
673
|
||||
718
|
||||
1008
|
||||
1021
|
||||
1060
|
||||
1061
|
||||
1070
|
||||
1071
|
||||
1077
|
||||
1078
|
||||
1144
|
||||
1156
|
||||
1160
|
||||
1164
|
||||
1176
|
||||
1266
|
||||
1267
|
||||
1287
|
||||
|
@ -40,6 +40,10 @@ verify
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
# hyper doesn't support HTTP/0.9
|
||||
<features>
|
||||
!hyper
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
</server>
|
||||
|
@ -22,6 +22,10 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
# hyper doesn't support HTTP/0.9
|
||||
<features>
|
||||
!hyper
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
</server>
|
||||
|
@ -9,17 +9,17 @@ globbing
|
||||
# Server-side
|
||||
<reply>
|
||||
<data nocheck="yes">
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
||||
ETag: "21025-dc7-39462498"
|
||||
Accept-Ranges: bytes
|
||||
Content-Length: 6
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
||||
ETag: "21025-dc7-39462498"
|
||||
Accept-Ranges: bytes
|
||||
Content-Length: 6
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
|
||||
-foo-
|
||||
</data>
|
||||
</reply>
|
||||
@ -31,7 +31,7 @@ Funny-head: yesyes
|
||||
http
|
||||
</server>
|
||||
<name>
|
||||
HTTP GET
|
||||
--output using #0
|
||||
</name>
|
||||
<command option="no-output">
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o 'log/base-#0'
|
||||
@ -49,17 +49,17 @@ Accept: */*
|
||||
|
||||
</protocol>
|
||||
<file name="log/base-#0">
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
||||
ETag: "21025-dc7-39462498"
|
||||
Accept-Ranges: bytes
|
||||
Content-Length: 6
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
||||
ETag: "21025-dc7-39462498"
|
||||
Accept-Ranges: bytes
|
||||
Content-Length: 6
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
|
||||
-foo-
|
||||
</file>
|
||||
</verify>
|
||||
|
Loading…
Reference in New Issue
Block a user