From: Michael Wallner Date: Thu, 25 Sep 2014 13:11:04 +0000 (+0200) Subject: CURLOPT_POSTREDIR.3: Added availability for CURL_REDIR_POST_303 X-Git-Tag: curl-7_39_0~205 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ee8efc63bbc6c699f7294b4100dea542ab04444;p=thirdparty%2Fcurl.git CURLOPT_POSTREDIR.3: Added availability for CURL_REDIR_POST_303 --- diff --git a/docs/libcurl/opts/CURLOPT_POSTREDIR.3 b/docs/libcurl/opts/CURLOPT_POSTREDIR.3 index cacb0aaa43..b9660a9440 100644 --- a/docs/libcurl/opts/CURLOPT_POSTREDIR.3 +++ b/docs/libcurl/opts/CURLOPT_POSTREDIR.3 @@ -52,7 +52,7 @@ HTTP TODO .SH AVAILABILITY Added in 7.17.1. This option was known as CURLOPT_POST301 up to 7.19.0 as it -only supported the 301 then. +only supported the 301 then. CURL_REDIR_POST_303 was added in 7.26.0. .SH RETURN VALUE Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO"