1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6FAILURE 7</keywords> 8</info> 9# Server-side 10<reply> 11<data> 12</data> 13</reply> 14 15# Client-side 16<client> 17<server> 18http 19</server> 20<name> 21HTTP with no data in server reply 22</name> 23<command> 24http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER 25</command> 26</client> 27 28# Verify data after the test has been "shot" 29<verify> 30<protocol> 31GET /want/%TESTNUMBER HTTP/1.1 32Host: %HOSTIP:%HTTPPORT 33User-Agent: curl/%VERSION 34Accept: */* 35 36</protocol> 37<errorcode> 3852 39</errorcode> 40</verify> 41</testcase> 42