]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: enable more tests with hyper
authorDaniel Stenberg <daniel@haxx.se>
Sun, 24 Oct 2021 21:13:14 +0000 (23:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Oct 2021 08:47:00 +0000 (10:47 +0200)
Adjusted 1144, 1164 and 1176.

Closes #7900

tests/data/DISABLED
tests/data/test1144
tests/data/test1164
tests/data/test1176

index 46f13542630db0cff2d130d28498d67b1f83bdc2..cc598a52eb1218939df0932a4bd4d1bb068a09e5 100644 (file)
 672
 673
 718
-1008
 1021
-1060
-1061
-1070
-1071
-1077
-1078
-1144
 1156
 1160
-1164
-1176
 1266
 1267
 1287
index 1fc852b223ee649765b4255c705c056708034778..7e2242be864cd8dddd5178080fcef9666a3cc811 100644 (file)
@@ -40,6 +40,10 @@ verify
 #
 # Client-side
 <client>
+# hyper doesn't support HTTP/0.9
+<features>
+!hyper
+</features>
 <server>
 http
 </server>
index 6140c2ec8fd1d8f94372feb0526086973050197b..aedd6c97d470e0dbde6bc01e5a467bd3822eb062 100644 (file)
@@ -22,6 +22,10 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
 #
 # Client-side
 <client>
+# hyper doesn't support HTTP/0.9
+<features>
+!hyper
+</features>
 <server>
 http
 </server>
index bc3711c56cf53d1a8c88daf2495ff19da5a50ade..d2471e1683d3b1a67e35c7460466ef1a6b3d1ee5 100644 (file)
@@ -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\r
+Date: Tue, 09 Nov 2010 14:49:00 GMT\r
+Server: test-server/fake\r
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT\r
+ETag: "21025-dc7-39462498"\r
+Accept-Ranges: bytes\r
+Content-Length: 6\r
+Connection: close\r
+Content-Type: text/html\r
+Funny-head: yesyes\r
+\r
 -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: */*
 \r
 </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\r
+Date: Tue, 09 Nov 2010 14:49:00 GMT\r
+Server: test-server/fake\r
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT\r
+ETag: "21025-dc7-39462498"\r
+Accept-Ranges: bytes\r
+Content-Length: 6\r
+Connection: close\r
+Content-Type: text/html\r
+Funny-head: yesyes\r
+\r
 -foo-
 </file>
 </verify>