hyper: drop support

lib : remove all hyper code
configure: stop detecting hyper
docs: no more mention of hyper
tests: mo more special-handling of hyper builds
CI: no jobs using hyper

Closes #15120
This commit is contained in:
Daniel Stenberg 2024-12-21 11:33:05 +01:00
parent 46093d9e0e
commit fc3e1cbc50
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
93 changed files with 118 additions and 2546 deletions

View file

@ -31,11 +31,6 @@ Pass a long to tell libcurl how to act on transfer decoding. If set to zero,
transfer decoding is disabled, if set to 1 it is enabled (default). libcurl
does chunked transfer decoding by default unless this option is set to zero.
# NOTES
This option does not work with the hyper backend as that always has transfer
decoding enabled.
# DEFAULT
1

View file

@ -69,11 +69,6 @@ int main(void)
Support for FTP added in 7.46.0.
# NOTES
This option is not working for HTTP when libcurl is built to use the hyper
backend.
# %AVAILABILITY%
# RETURN VALUE