]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test30
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test30
1 # Server-side
2 <reply>
3 <data>
4 </data>
5 </reply>
6
7 # Client-side
8 <client>
9 <server>
10 http
11 </server>
12  <name>
13 HTTP with no data in server reply
14  </name>
15  <command>
16 http://%HOSTIP:%HOSTPORT/want/30
17 </command>
18 </test>
19
20 # Verify data after the test has been "shot"
21 <verify>
22 <strip>
23 ^User-Agent:.*
24 </strip>
25 <protocol>
26 GET /want/30 HTTP/1.1
27 Host: 127.0.0.1:8999
28 Pragma: no-cache
29 Accept: */*
30
31 </protocol>
32 <errorcode>
33 52
34 </errorcode>
35 </verify>