test1523 585 B

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