]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test99
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test99
1 #
2 # Server-side
3 <reply>
4 <data>
5 HTTP/1.1 404 Nah
6 Date: Thu, 09 Nov 2010 14:49:00 GMT
7 Connection: close
8 Content-Length: 13
9 Funny-head: yesyes
10
11 </data>
12 </reply>
13
14 #
15 # Client-side
16 <client>
17 <features>
18 large_file
19 </features>
20 <server>
21 http
22 </server>
23  <name>
24 HTTP GET with large-file resume point and failed resume
25  </name>
26  <command>
27 http://%HOSTIP:%HOSTPORT/99 -C 9999999999
28 </command>
29 </client>
30
31 #
32 # Verify data after the test has been "shot"
33 <verify>
34 <errorcode>
35 33
36 </errorcode>
37 <strip>
38 ^User-Agent:.*
39 </strip>
40 <protocol>
41 GET /99 HTTP/1.1
42 Range: bytes=9999999999-
43 Host: 127.0.0.1:8999
44 Pragma: no-cache
45 Accept: */*
46
47 </protocol>
48 </verify>