hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODING

Simply because hyper doesn't have this ability. Mentioned in docs now.

Skip test 326 then

Closes #7889
This commit is contained in:
Daniel Stenberg 2021-10-22 08:44:14 +02:00
parent f852f908a9
commit 1732502cb0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 10 additions and 2 deletions

View file

@ -49,6 +49,7 @@ over the wire with Hyper.
The hyper backend doesn't support
- `CURLOPT_IGNORE_CONTENT_LENGTH`
- `--raw` and disabling `CURLOPT_HTTP_TRANSFER_DECODING`
- RTSP
## Remaining issues

View file

@ -49,7 +49,8 @@ if(curl) {
}
.fi
.SH AVAILABILITY
Added in 7.16.2
Added in 7.16.2 Does not work with the hyper backend (it will always have
transfer decoding enabled).
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"