1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6Resume
7Largefile
8FAILURE
9</keywords>
10</info>
11#
12# Server-side
13<reply>
14<data>
15HTTP/1.1 404 Nah
16Date: Thu, 09 Nov 2010 14:49:00 GMT
17Connection: close
18Content-Length: 13
19Funny-head: yesyes
20
210123456789123
22</data>
23
24<datacheck>
25HTTP/1.1 404 Nah
26Date: Thu, 09 Nov 2010 14:49:00 GMT
27Connection: close
28Content-Length: 13
29Funny-head: yesyes
30
31</datacheck>
32</reply>
33
34#
35# Client-side
36<client>
37<features>
38large_file
39</features>
40<server>
41http
42</server>
43 <name>
44HTTP GET with large-file resume point and failed resume
45 </name>
46 <command>
47http://%HOSTIP:%HTTPPORT/99 -C 9999999999
48</command>
49</client>
50
51#
52# Verify data after the test has been "shot"
53<verify>
54# 33 is CURLE_RANGE_ERROR
55<errorcode>
5633
57</errorcode>
58<strip>
59^User-Agent:.*
60</strip>
61<protocol>
62GET /99 HTTP/1.1
63Range: bytes=9999999999-
64Host: %HOSTIP:%HTTPPORT
65Accept: */*
66
67</protocol>
68</verify>
69</testcase>
70