mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +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
|
||||
http-proxy
|
||||
</server>
|
||||
<features>
|
||||
http
|
||||
</features>
|
||||
<name>
|
||||
FTP fetch with --proxy set to http:// and with --connect-to
|
||||
</name>
|
||||
|
@ -41,6 +41,9 @@ ftp
|
||||
http-proxy
|
||||
socks5
|
||||
</server>
|
||||
<features>
|
||||
http
|
||||
</features>
|
||||
<name>
|
||||
FTP fetch with --preproxy, --proxy and --connect-to
|
||||
</name>
|
||||
|
Loading…
Reference in New Issue
Block a user