1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP PUT 6chunked Transfer-Encoding 7</keywords> 8</info> 9 10# Server-side 11<reply> 12<data> 13HTTP/1.0 200 OK swsclose 14Date: Thu, 09 Nov 2010 14:49:00 GMT 15Server: test-server/fake 16 17blablabla 18 19</data> 20</reply> 21 22# Client-side 23<client> 24<server> 25http 26</server> 27<name> 28HTTP PUT from stdin with wrong content-length 29</name> 30 <command> 31http://%HOSTIP:%HTTPPORT/bzz/60 -T - -H "Content-Length: 1" 32</command> 33<stdin> 34more than one byte 35</stdin> 36</client> 37 38# Verify data after the test has been "shot" 39<verify> 40<strip> 41^User-Agent:.* 42</strip> 43<protocol> 44PUT /bzz/60 HTTP/1.1 45Host: %HOSTIP:%HTTPPORT 46Accept: */* 47Transfer-Encoding: chunked 48Content-Length: 1 49Expect: 100-continue 50 5113 52more than one byte 53 540 55 56</protocol> 57</verify> 58</testcase> 59