mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
38 lines
417 B
Plaintext
38 lines
417 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
proxy
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
http
|
|
</features>
|
|
<name>
|
|
try using proxy with unsupported scheme
|
|
</name>
|
|
<command>
|
|
-x foo://%HOSTIP:%HTTPPORT/219 http://%HOSTIP:%HTTPPORT/219
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
7
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|