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