]> granicus.if.org Git - curl/commit
DOCS: Fixed meaning of bit 2 in CURLOPT_POSTREDIR
authorSteve Holme <steve_holme@hotmail.com>
Sat, 26 May 2012 12:08:37 +0000 (13:08 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 26 May 2012 12:08:37 +0000 (13:08 +0100)
commit2839c059b1c4c319385a10ba2c4f7979fab813ea
tree1d0f86a307154fc6f46b049e3f79de3b77c2dfc1
parentcb9e2e8466534f35ed8188e43b978c74ee3df76c
DOCS: Fixed meaning of bit 2 in CURLOPT_POSTREDIR

Setting bit 2 for this value was documented as having a constant value
defined as CURL_REDIR_POST_303 yet referenced a 302 request.

Additionally corrected the meaning of CURL_REDIR_POST_ALL for all three
bits and fixed problems with the bolding of keywords in this section.
docs/libcurl/curl_easy_setopt.3