Commit 3cb3d439 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added test 29 and 30, HTTP resume and partial download tests

parent c8a546c9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -56,4 +56,6 @@ command26.txt prot26.txt command27.txt prot27.txt \
name26.txt     reply26.txt    name27.txt     stdout27.txt \
command28.txt  name28.txt     prot28.txt     reply28.txt \
command120.txt  name120.txt     prot120.txt     reply120.txt \
command121.txt  name121.txt     prot121.txt     reply121.txt
command121.txt  name121.txt     prot121.txt     reply121.txt \
command29.txt  error30.txt  name30.txt  prot30.txt   reply30.txt \
command30.txt  name29.txt   prot29.txt  reply29.txt
+1 −0
Original line number Diff line number Diff line
-C 200 http://%HOSTIP:%HOSTPORT/29
+1 −0
Original line number Diff line number Diff line
http://%HOSTIP:%HOSTPORT/30

tests/data/error30.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
18

tests/data/name29.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
HTTP download resume with Content-Length validity
Loading