1<testcase>
2<info>
3<keywords>
4HTTP
5pipelining
6multi
7</keywords>
8</info>
9
10<reply>
11<data mode="text">
12HTTP/1.1 404 Badness
13Date: Thu, 09 Nov 2010 14:49:00 GMT
14ETag: "21025-dc7-39462498"
15Content-Length: 6
16Content-Type: text/html
17Funny-head: yesyes
18
19hejsan
20</data>
21<data1>
22HTTP/1.1 200 Fine
23Date: Thu, 09 Nov 2010 14:49:00 GMT
24Content-Length: 13
25Connection: close
26Content-Type: text/html
27
28fine content
29</data1>
30
31<datacheck>
32fine content
33Finished!
34</datacheck>
35
36<servercmd>
37pipe: 1
38</servercmd>
39</reply>
40
41# Client-side
42<client>
43<server>
44http
45</server>
46# tool is what to use instead of 'curl'
47<tool>
48lib536
49</tool>
50
51 <name>
52HTTP GET multi two files with FAILONERROR and pipelining
53 </name>
54 <command>
55http://%HOSTIP:%HTTPPORT/536 http://%HOSTIP:%HTTPPORT/5360001
56</command>
57</client>
58
59#
60# Verify data after the test has been "shot"
61<verify>
62<protocol>
63GET /536 HTTP/1.1
64Host: %HOSTIP:%HTTPPORT
65Accept: */*
66
67GET /5360001 HTTP/1.1
68Host: %HOSTIP:%HTTPPORT
69Accept: */*
70
71</protocol>
72</verify>
73</testcase>
74