mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:53:32 +03:00
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:
parent
f852f908a9
commit
1732502cb0
5 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue