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/30 25</command> 26</client> 27 28# Verify data after the test has been "shot" 29<verify> 30<strip> 31^User-Agent:.* 32</strip> 33<protocol> 34GET /want/30 HTTP/1.1 35Host: %HOSTIP:%HTTPPORT 36Accept: */* 37 38</protocol> 39<errorcode> 4052 41</errorcode> 42</verify> 43</testcase> 44