summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-22 08:44:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-22 12:54:08 +0200
commit1732502cb0bd255fb65ae351f61888d8f4f04ed6 (patch)
tree3e51b68d50e3adba64eb12665c9252e6f0fd3f36 /docs
parentf852f908a9dd4170371490567ad77d44a9d5d752 (diff)
downloadcurl-1732502cb0bd255fb65ae351f61888d8f4f04ed6.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/HYPER.md1
-rw-r--r--docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.33
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/HYPER.md b/docs/HYPER.md
index da6c66337..4dd3c74c4 100644
--- a/docs/HYPER.md
+++ b/docs/HYPER.md
@@ -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
diff --git a/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3 b/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3
index 718942380..96ade1c30 100644
--- a/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3
+++ b/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3
@@ -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"