Revert "Update to 7.44.0"
[platform/upstream/curl.git] / tests / data / test256
index 88f9bf6..5f8323b 100644 (file)
@@ -1,16 +1,16 @@
+<testcase>
 <info>
 <keywords>
 HTTP
 HTTP GET
 HTTP proxy
 Resume
-HTTP Range
 FAILURE
 </keywords>
 </info>
 # Server-side
 <reply>
-<data nocheck=1>
+<data nocheck="yes">
 HTTP/1.0 200 Mooo
 Date: Mon, 13 Nov 2000 13:41:09 GMT
 Server: myown/1.0
@@ -29,7 +29,7 @@ http
 HTTP resume request over proxy with auth without server supporting it
  </name>
  <command option="no-output">
--x http://%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/want/256 -C - -i -o log/fewl.txt -U daniel:stenberg
+-x http://%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/want/256 -C - --no-include -o log/fewl.txt -U daniel:stenberg
 </command>
 <file name="log/fewl.txt">
 This text is here to simulate a partly downloaded file to resume
@@ -46,12 +46,12 @@ download on.
 ^User-Agent:.*
 </strip>
 <protocol>
-GET http://127.0.0.1:%HTTPPORT/want/256 HTTP/1.1\r
+GET http://%HOSTIP:%HTTPPORT/want/256 HTTP/1.1\r
 Proxy-Authorization: Basic ZGFuaWVsOnN0ZW5iZXJn\r
 Range: bytes=78-\r
-Host: 127.0.0.1:%HTTPPORT\r
-Pragma: no-cache\r
+Host: %HOSTIP:%HTTPPORT\r
 Accept: */*\r
+Proxy-Connection: Keep-Alive\r
 \r
 </protocol>
 
@@ -61,3 +61,4 @@ This text is here to simulate a partly downloaded file to resume
 download on.
 </file>
 </verify>
+</testcase>