test1939 792 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <testcase>
  2. <info>
  3. <keywords>
  4. CONNECT
  5. curl_easy_cleanup
  6. </keywords>
  7. </info>
  8. # Server-side
  9. <reply>
  10. <data nocheck="yes">
  11. HTTP/1.1 302 OK
  12. Date: Thu, 09 Nov 2010 14:49:00 GMT
  13. Server: test-server/fake
  14. Content-Type: text/html
  15. Content-Length: 0
  16. Location: /%TESTNUMBER0002
  17. </data>
  18. <data2>
  19. HTTP/1.1 200 OK
  20. Date: Thu, 09 Nov 2010 14:49:00 GMT
  21. Server: test-server/fake
  22. Content-Type: text/html
  23. Content-Length: 0
  24. </data2>
  25. </reply>
  26. # Client-side
  27. <client>
  28. <features>
  29. proxy
  30. </features>
  31. <server>
  32. https
  33. http-proxy
  34. </server>
  35. <name>
  36. curl_easy_cleanup without curl_multi_remove_handle - in CONNECT
  37. </name>
  38. <tool>
  39. lib%TESTNUMBER
  40. </tool>
  41. <command>
  42. https://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%PROXYPORT
  43. </command>
  44. </client>
  45. # Verify data after the test has been "shot"
  46. <verify>
  47. </verify>
  48. </testcase>