Imported Upstream version 7.44.0
[platform/upstream/curl.git] / tests / data / test1513
index 4a63f18..8abb96f 100644 (file)
@@ -7,16 +7,20 @@ PROGRESSFUNCTION
 
 # Server-side
 <reply>
+<data nocheck="yes">
+HTTP/1.1 204 PARTIAL\r
+X-Comment: partial response to keep the client waiting\r
+</data>
+<postcmd>
+wait 10
+</postcmd>
 </reply>
 
 # Client-side
 <client>
 <server>
-none
-</server>
-<features>
 http
-</features>
+</server>
 <tool>
 lib1513
 </tool>
@@ -26,7 +30,7 @@ return failure immediately from progress callback
 
 # this server/host won't be used for real
  <command>
-http://localhost/1513
+http://%HOSTIP:%HTTPPORT/1513
 </command>
 </client>