mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
test714/5: added HTTP as a required feature
These tests use an HTTP proxy so require that curl be built with HTTP support.
This commit is contained in:
parent
25d43d19d5
commit
718709c674
@ -39,6 +39,9 @@ silly content
|
|||||||
ftp
|
ftp
|
||||||
http-proxy
|
http-proxy
|
||||||
</server>
|
</server>
|
||||||
|
<features>
|
||||||
|
http
|
||||||
|
</features>
|
||||||
<name>
|
<name>
|
||||||
FTP fetch with --proxy set to http:// and with --connect-to
|
FTP fetch with --proxy set to http:// and with --connect-to
|
||||||
</name>
|
</name>
|
||||||
|
@ -41,6 +41,9 @@ ftp
|
|||||||
http-proxy
|
http-proxy
|
||||||
socks5
|
socks5
|
||||||
</server>
|
</server>
|
||||||
|
<features>
|
||||||
|
http
|
||||||
|
</features>
|
||||||
<name>
|
<name>
|
||||||
FTP fetch with --preproxy, --proxy and --connect-to
|
FTP fetch with --preproxy, --proxy and --connect-to
|
||||||
</name>
|
</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user