From: Daniel Stenberg Date: Wed, 28 Sep 2022 14:10:46 +0000 (+0200) Subject: CURLOPT_ACCEPT_ENCODING.3: remove "four" as they are five X-Git-Tag: curl-7_86_0~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24ed4314b0a1fb0726e46230994da12e425759cd;p=thirdparty%2Fcurl.git CURLOPT_ACCEPT_ENCODING.3: remove "four" as they are five ... instead just list the supported encodings. Reported-by: ProceduralMan on github Fixes #9614 Closes #9615 --- diff --git a/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 b/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 index 7f3e2ea7ef..058be391d5 100644 --- a/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 +++ b/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 @@ -46,11 +46,11 @@ set ("") to ask for an Accept-Encoding: header to be used that contains all built-in supported encodings. Alternatively, you can specify exactly the encoding or list of encodings you -want in the response. Four encodings are supported: \fIidentity\fP, meaning -non-compressed, \fIdeflate\fP which requests the server to compress its -response using the zlib algorithm, \fIgzip\fP which requests the gzip +want in the response. The following encodings are supported: \fIidentity\fP, +meaning non-compressed, \fIdeflate\fP which requests the server to compress +its response using the zlib algorithm, \fIgzip\fP which requests the gzip algorithm, (since curl 7.57.0) \fIbr\fP which is brotli and (since curl -7.72.0) \fIzstd\fP which is zstd. Provide them in the string as a +7.72.0) \fIzstd\fP which is zstd. Provide them in the string as a comma-separated list of accepted encodings, like: \fB"br, gzip, deflate"\fP. Set \fICURLOPT_ACCEPT_ENCODING(3)\fP to NULL to explicitly disable it, which