test1900 814 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. <tool>
  34. lib1900
  35. </tool>
  36. <name>
  37. HTTP GET using pipelining
  38. </name>
  39. <command>
  40. http://%HOSTIP:%HTTPPIPEPORT/
  41. </command>
  42. <file name="log/urls.txt">
  43. 0 1k.txt
  44. 1000 100k.txt
  45. 0 1k.txt
  46. 0 1k.txt
  47. 0 1k.txt
  48. 0 1k.txt
  49. 0 1k.txt
  50. </client>
  51. # Verify data after the test has been "shot"
  52. <verify>
  53. </verify>
  54. </testcase>