]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT section
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Feb 2020 06:39:19 +0000 (07:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Feb 2020 08:19:39 +0000 (09:19 +0100)
to be in sync with the description above

Reported-by: Joonas Kuorilehto
Fixes #4943
Closes #4945

docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3

index d79f5d11b3b4ee4bf478d464a76fb3c381ce41ac..58f610ff27f745b0d731edf165acc5eaaa03a9b1 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -75,7 +75,10 @@ CURLPROTO_TELNET
 CURLPROTO_TFTP
 .fi
 .SH DEFAULT
-All protocols except for FILE, SCP and since 7.40.0 SMB and SMBS.
+HTTP, HTTPS, FTP and FTPS (Since 7.65.2).
+
+Older versions defaulted to all protocols except FILE, SCP and since 7.40.0
+SMB and SMBS.
 .SH PROTOCOLS
 All
 .SH EXAMPLE