test704 496 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <testcase>
  2. #based off 19
  3. <info>
  4. <keywords>
  5. HTTP
  6. SOCKS4
  7. connect to non-listen
  8. FAILURE
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. <data>
  14. </data>
  15. </reply>
  16. # Client-side
  17. <client>
  18. <server>
  19. http
  20. </server>
  21. <name>
  22. Attempt connect to non-listening SOCKS4 proxy
  23. </name>
  24. <command>
  25. --socks4 %HOSTIP:%NOLISTENPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER
  26. </command>
  27. <features>
  28. proxy
  29. </features>
  30. </client>
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <errorcode>
  34. 7
  35. </errorcode>
  36. </verify>
  37. </testcase>