test30 464 B

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