test99 680 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Server-side
  3. <reply>
  4. <data>
  5. HTTP/1.1 404 Nah
  6. Date: Thu, 09 Nov 2010 14:49:00 GMT
  7. Connection: close
  8. Content-Length: 13
  9. Funny-head: yesyes
  10. </data>
  11. </reply>
  12. #
  13. # Client-side
  14. <client>
  15. <features>
  16. large_file
  17. </features>
  18. <server>
  19. http
  20. </server>
  21. <name>
  22. HTTP GET with large-file resume point and failed resume
  23. </name>
  24. <command>
  25. http://%HOSTIP:%HOSTPORT/99 -C 9999999999
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <errorcode>
  32. 33
  33. </errorcode>
  34. <strip>
  35. ^User-Agent:.*
  36. </strip>
  37. <protocol>
  38. GET /99 HTTP/1.1
  39. Range: bytes=9999999999-
  40. Host: 127.0.0.1:8999
  41. Pragma: no-cache
  42. Accept: */*
  43. </protocol>
  44. </verify>