curl/tests/data/test703

40 lines
494 B
Plaintext
Raw Permalink Normal View History

2007-06-05 09:52:34 -04:00
<testcase>
#based off 19
2007-06-05 09:52:34 -04:00
<info>
<keywords>
HTTP
SOCKS5
2007-06-05 09:52:34 -04:00
connect to non-listen
FAILURE
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
socks5
2007-06-05 09:52:34 -04:00
</server>
<features>
http
</features>
<name>
Attempt connect to non-listening HTTP server via SOCKS5 proxy
2007-06-05 09:52:34 -04:00
</name>
<command>
--socks5 %HOSTIP:%SOCKSPORT http://%HOSTIP:60000
2007-06-05 09:52:34 -04:00
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
7
</errorcode>
</verify>
</testcase>