mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:57:17 +03:00
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:
parent
46093d9e0e
commit
fc3e1cbc50
93 changed files with 118 additions and 2546 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue