mirror of
https://github.com/curl/curl.git
synced 2026-07-25 19:27:17 +03:00
Added HTTP as a required feature
This commit is contained in:
parent
bfeae0b5f5
commit
5ecff1e4c3
2 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ FAILURE
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
http
|
||||
</features>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ FAILURE
|
|||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
http
|
||||
ipv6
|
||||
</features>
|
||||
<server>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue