mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:53:33 +03:00
test719-721: verify SOCKS details
Using the new verify/socks details
This commit is contained in:
parent
d2f712ddd0
commit
dbbf3609f3
4 changed files with 71 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ http
|
|||
socks5
|
||||
</server>
|
||||
<name>
|
||||
HTTP GET with IPv4 numerical via SOCKS5h set with --proxy
|
||||
HTTP GET with IPv4 numerical via SOCKS5h
|
||||
</name>
|
||||
<command>
|
||||
http://12.34.56.78:%HTTPPORT/%TESTNUMBER --proxy socks5h://%HOSTIP:%SOCKSPORT
|
||||
|
|
@ -52,5 +52,8 @@ User-Agent: curl/%VERSION
|
|||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<socks>
|
||||
atyp 1 => 12.34.56.78
|
||||
</socks>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue