mirror of
https://github.com/curl/curl.git
synced 2026-06-08 03:54:15 +03:00
CURLOPT_POSTREDIR.md: drop stray dot added by mistake
This commit is contained in:
parent
cc42e32840
commit
ed4e14ebd1
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ int main(void)
|
|||
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, "data=true");
|
||||
|
||||
/* example.com is redirected, so we tell libcurl to send POST on 301,
|
||||
302 and 303 HTTP response codes. */
|
||||
302 and 303 HTTP response codes */
|
||||
curl_easy_setopt(curl, CURLOPT_POSTREDIR, CURL_REDIR_POST_ALL);
|
||||
|
||||
curl_easy_perform(curl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue