mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:23:31 +03:00
tests: enable more tests with hyper
Adjusted 1144, 1164 and 1176. Closes #7900
This commit is contained in:
parent
412570d7c4
commit
7c7b32db2b
4 changed files with 31 additions and 33 deletions
|
|
@ -61,19 +61,9 @@
|
||||||
672
|
672
|
||||||
673
|
673
|
||||||
718
|
718
|
||||||
1008
|
|
||||||
1021
|
1021
|
||||||
1060
|
|
||||||
1061
|
|
||||||
1070
|
|
||||||
1071
|
|
||||||
1077
|
|
||||||
1078
|
|
||||||
1144
|
|
||||||
1156
|
1156
|
||||||
1160
|
1160
|
||||||
1164
|
|
||||||
1176
|
|
||||||
1266
|
1266
|
||||||
1267
|
1267
|
||||||
1287
|
1287
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,10 @@ verify
|
||||||
#
|
#
|
||||||
# Client-side
|
# Client-side
|
||||||
<client>
|
<client>
|
||||||
|
# hyper doesn't support HTTP/0.9
|
||||||
|
<features>
|
||||||
|
!hyper
|
||||||
|
</features>
|
||||||
<server>
|
<server>
|
||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,10 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
|
||||||
#
|
#
|
||||||
# Client-side
|
# Client-side
|
||||||
<client>
|
<client>
|
||||||
|
# hyper doesn't support HTTP/0.9
|
||||||
|
<features>
|
||||||
|
!hyper
|
||||||
|
</features>
|
||||||
<server>
|
<server>
|
||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ Funny-head: yesyes
|
||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
<name>
|
<name>
|
||||||
HTTP GET
|
--output using #0
|
||||||
</name>
|
</name>
|
||||||
<command option="no-output">
|
<command option="no-output">
|
||||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o 'log/base-#0'
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o 'log/base-#0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue