test37 473 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # Server-side
  3. <reply>
  4. <data>
  5. </data>
  6. </reply>
  7. #
  8. # Client-side
  9. <client>
  10. <server>
  11. http
  12. </server>
  13. <name>
  14. HTTP GET with nothing returned from server
  15. </name>
  16. <command>
  17. http://%HOSTIP:%HOSTPORT/37
  18. </command>
  19. </test>
  20. #
  21. # Verify data after the test has been "shot"
  22. <verify>
  23. <errorcode>
  24. 52
  25. </errocode>
  26. <strip>
  27. ^User-Agent:.*
  28. </strip>
  29. <protocol>
  30. GET /37 HTTP/1.1
  31. Host: 127.0.0.1:8999
  32. Pragma: no-cache
  33. Accept: */*
  34. </protocol>
  35. </verify>