mirror of
https://github.com/curl/curl.git
synced 2026-04-19 03:51:15 +03:00
test1471/2: add http as a required feature
curl bails out early with a different error message if http support is compiled out. Ref: #10705
This commit is contained in:
parent
2dd471d577
commit
a094ec1a85
2 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ FAILURE
|
|||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
http
|
||||
</features>
|
||||
<name>
|
||||
Fail to resolve .onion TLD
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@ FAILURE
|
|||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
http
|
||||
</features>
|
||||
<name>
|
||||
Fail to resolve .onion. TLD
|
||||
</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue