1<testcase> 2<info> 3<keywords> 4CURLINFO_LOW_SPEED_LIMIT 5DELAY 6</keywords> 7</info> 8 9# Server-side 10<reply> 11<data nocheck="yes"> 12HTTP/1.1 200 OK 13Date: Tue, 09 Nov 2010 14:49:00 GMT 14Content-Length: 3 15Connection: close 16Funny-head: yesyes 17 18AA 19</data> 20<servercmd> 21writedelay: 1000 22</servercmd> 23</reply> 24# 25# Client-side 26<client> 27<server> 28http 29</server> 30<tool> 31lib%TESTNUMBER 32</tool> 33 34<name> 35CURLINFO_LOW_SPEED_LIMIT 36</name> 37 38<command> 39http://%HOSTIP:%HTTPPORT/%TESTNUMBER 40</command> 41<killserver> 42http 43</killserver> 44</client> 45 46# 47# Verify data after the test has been "shot" 48<verify> 49</verify> 50</testcase> 51