curl/tests/data/test703
Daniel Stenberg 3fd80c7b59
tests: remove leading spaces from some tags
The threee tags `<name>`, `</name>` and `<command>` were frequently used
with a leading space that this removes. The reason this habbit is so
widespread in testcases is probably that they have been copy and pasted.

Hence, fixing them all now might curb this practice from now on.

Closes #12028
2023-10-04 14:15:23 +02:00

45 lines
564 B
Plaintext

<testcase>
#based off 19
<info>
<keywords>
HTTP
SOCKS5
connect to non-listen
FAILURE
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
# 1 is socks5 failure
<servercmd>
response 1
</servercmd>
</reply>
# Client-side
<client>
<server>
socks5
</server>
<features>
http
proxy
</features>
<name>
Attempt connect to non-listening HTTP server via SOCKS5 proxy
</name>
<command>
--socks5 %HOSTIP:%SOCKSPORT http://%HOSTIP:%NOLISTENPORT
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
97
</errorcode>
</verify>
</testcase>