12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <testcase>
- <info>
- <keywords>
- CURLINFO_LOW_SPEED_LIMIT
- </keywords>
- </info>
- # Server-side
- <reply>
- <data nocheck="yes">
- HTTP/1.1 200 OK
- Date: Tue, 09 Nov 2010 14:49:00 GMT
- Content-Length: 3
- Connection: close
- Funny-head: yesyes
- AA
- </data>
- <servercmd>
- writedelay: 1
- </servercmd>
- </reply>
- #
- # Client-side
- <client>
- <server>
- http
- </server>
- <tool>
- lib%TESTNUMBER
- </tool>
- <name>
- CURLINFO_LOW_SPEED_LIMIT
- </name>
- <command>
- http://%HOSTIP:%HTTPPORT/%TESTNUMBER
- </command>
- <killserver>
- http
- </killserver>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- </verify>
- </testcase>
|