diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-05 13:52:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-05 13:52:34 +0000 |
commit | e86dfd9688fc8f041159e29f8a69af9bc8cacd3f (patch) | |
tree | a1f39ab33960d9eae572320786e0d4483144bf12 /tests/data/test703 | |
parent | a466b315742e958a06aee6a2e92f0de5bd22c635 (diff) | |
download | curl-e86dfd9688fc8f041159e29f8a69af9bc8cacd3f.tar.gz |
added 703: a socks5 version of 702
Diffstat (limited to 'tests/data/test703')
-rw-r--r-- | tests/data/test703 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/data/test703 b/tests/data/test703 new file mode 100644 index 000000000..87c9a28aa --- /dev/null +++ b/tests/data/test703 @@ -0,0 +1,39 @@ +#based off 19 +<testcase> +<info> +<keywords> +HTTP +SOCKS4 +connect to non-listen +FAILURE +</keywords> +</info> +# Server-side +<reply> +<data> +</data> +</reply> + +# Client-side +<client> +<server> +socks4 +</server> +<features> +http +</features> + <name> +attempt connect to non-listening socket via sock5 proxy + </name> + <command> +--socks5 %HOSTIP:%SOCKSPORT %HOSTIP:60000 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +7 +</errorcode> +</verify> +</testcase> |