1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP POST 6Content-Length 7chunked Transfer-Encoding 8</keywords> 9</info> 10 11# Server-side 12<reply> 13<data nocheck="yes"> 14HTTP/1.1 200 OK 15Date: Sun, 19 Jan 2014 18:50:58 GMT 16Server: test-server/fake swsclose 17Connection: close 18</data> 19</reply> 20 21# Client-side 22<client> 23<server> 24http 25</server> 26<tool> 27lib%TESTNUMBER 28</tool> 29<name> 30HTTP 1.0 POST with read callback and unknown data size 31</name> 32<command> 33http://%HOSTIP:%HTTPPORT/%TESTNUMBER 34</command> 35</client> 36 37# Verify data after the test has been "shot" 38<verify> 39<errorcode> 4025 41</errorcode> 42</verify> 43</testcase> 44