blob: 15a1b670177748d987999d1dc76edbdc9f80d1c7 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2#based off 19
3<info>
4<keywords>
5HTTP
6SOCKS4
7connect to non-listen
8FAILURE
9</keywords>
10</info>
11# Server-side
12<reply>
13<data>
14</data>
15</reply>
16
17# Client-side
18<client>
19<server>
20http
21</server>
22 <name>
23Attempt connect to non-listening SOCKS4 proxy
24 </name>
25 <command>
26--socks4 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/704
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<errorcode>
337
34</errorcode>
35</verify>
36</testcase>