Philippe Vaucher reported this typo

This commit is contained in:
Daniel Stenberg 2009-05-04 13:01:27 +00:00
parent ff3e574187
commit bd4fd9c28c

View File

@ -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