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