xref: /curl/tests/data/test3030 (revision 1ccdad64)
1<testcase>
2<info>
3<keywords>
4HTTP
5</keywords>
6</info>
7
8<reply>
9<data>
10HTTP/1.1 200 OK
11Date: Tue, 09 Nov 2010 14:49:00 GMT
12Content-Length: 6
13
14-foo-
15</data>
16</reply>
17
18<client>
19<server>
20http
21</server>
22<name>
23HTTP with multiple transfers in one -D
24</name>
25<command>
26-D %LOGDIR/heads%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
27</command>
28</client>
29
30<verify>
31<file name="%LOGDIR/heads%TESTNUMBER">
32HTTP/1.1 200 OK
33Date: Tue, 09 Nov 2010 14:49:00 GMT
34Content-Length: 6
35
36HTTP/1.1 200 OK
37Date: Tue, 09 Nov 2010 14:49:00 GMT
38Content-Length: 6
39
40</file>
41</verify>
42
43</testcase>
44