mirror of
https://github.com/curl/curl.git
synced 2026-05-01 03:57:51 +03:00
Philippe Vaucher reported this typo
This commit is contained in:
parent
ff3e574187
commit
bd4fd9c28c
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ post handle:
|
|||
curl_easy_perform(easyhandle); /* post away! */
|
||||
|
||||
curl_formfree(post); /* free post */
|
||||
curl_slist_free_all(post); /* free custom header list */
|
||||
curl_slist_free_all(headers); /* free custom header list */
|
||||
.fi
|
||||
|
||||
Since all options on an easyhandle are "sticky", they remain the same until
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue