1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12# perl -e 'print "swsclose" . "\0" x 200;' | base64 13# 'swsclose' is there to force server to close after send 14<data nocheck="yes" base64="yes"> 15c3dzY2xvc2UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 16AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 17AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 18AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== 19</data> 20</reply> 21 22# 23# Client-side 24<client> 25<server> 26http 27</server> 28 <name> 29HTTP/0.9 GET and all zeroes 30 </name> 31 <command option="force-output"> 32http://%HOSTIP:%HTTPPORT/1164 -w '%{size_download}\n' --http0.9 33</command> 34</client> 35 36# 37# Verify data after the test has been "shot" 38<verify> 39<protocol> 40GET /1164 HTTP/1.1 41Host: %HOSTIP:%HTTPPORT 42User-Agent: curl/%VERSION 43Accept: */* 44 45</protocol> 46<stdout mode="text"> 47208 48</stdout> 49</verify> 50</testcase> 51