xref: /curl/tests/data/test528 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6multi
7</keywords>
8</info>
9
10# Server-side
11<reply>
12<data>
13HTTP/1.1 200 OK
14Date: Tue, 09 Nov 2010 14:49:00 GMT
15Server: test-server/fake
16Content-Length: 47
17
18file contents should appear once for each file
19</data>
20<datacheck>
21file contents should appear once for each file
22file contents should appear once for each file
23file contents should appear once for each file
24file contents should appear once for each file
25</datacheck>
26</reply>
27
28# Client-side
29<client>
30<server>
31http
32</server>
33<tool>
34lib526
35</tool>
36<name>
37HTTP GET same file using different handles but same connection
38</name>
39<command>
40http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER
41</command>
42</client>
43
44# Verify data after the test has been "shot"
45<verify>
46<protocol>
47GET /path/%TESTNUMBER HTTP/1.1
48Host: %HOSTIP:%HTTPPORT
49Accept: */*
50
51GET /path/%TESTNUMBER HTTP/1.1
52Host: %HOSTIP:%HTTPPORT
53Accept: */*
54
55GET /path/%TESTNUMBER HTTP/1.1
56Host: %HOSTIP:%HTTPPORT
57Accept: */*
58
59GET /path/%TESTNUMBER HTTP/1.1
60Host: %HOSTIP:%HTTPPORT
61Accept: */*
62
63</protocol>
64</verify>
65</testcase>
66