mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
345ffd1163
to do nonlistening server tests, like other tests.
37 lines
451 B
Plaintext
37 lines
451 B
Plaintext
<testcase>
|
|
#based off 19
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
SOCKS4
|
|
connect to non-listen
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
Attempt connect to non-listening SOCKS4 proxy
|
|
</name>
|
|
<command>
|
|
--socks4 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/704
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
7
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|