test1900 871 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. pipelining
  6. multi
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. Adding handle 0
  13. Handle 0 Completed with status 0
  14. Adding handle 1
  15. Adding handle 2
  16. Adding handle 3
  17. Adding handle 4
  18. Adding handle 5
  19. Adding handle 6
  20. Handle 4 Completed with status 0
  21. Handle 5 Completed with status 0
  22. Handle 6 Completed with status 0
  23. Handle 1 Completed with status 0
  24. Handle 2 Completed with status 0
  25. Handle 3 Completed with status 0
  26. </data>
  27. </reply>
  28. # Client-side
  29. <client>
  30. <server>
  31. http-pipe
  32. </server>
  33. <features>
  34. http
  35. </features>
  36. <tool>
  37. lib1900
  38. </tool>
  39. <name>
  40. HTTP GET using pipelining
  41. </name>
  42. <command>
  43. http://%HOSTIP:%HTTPPIPEPORT/ log/urls1900.txt
  44. </command>
  45. <file name="log/urls1900.txt">
  46. 0 1k.txt
  47. 1000 100k.txt
  48. 0 1k.txt
  49. 0 1k.txt
  50. 0 1k.txt
  51. 0 1k.txt
  52. 0 1k.txt
  53. </file>
  54. </client>
  55. # Verify data after the test has been "shot"
  56. <verify>
  57. </verify>
  58. </testcase>