From: Daniel Stenberg Date: Wed, 17 Jun 2015 22:09:46 +0000 (+0200) Subject: curl_easy_setopt.3: option order doesn't matter X-Git-Tag: curl-7_44_0~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b93f1a3ec3547828eacf6c4ef5da48368ef8f6f;p=thirdparty%2Fcurl.git curl_easy_setopt.3: option order doesn't matter --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 4e5b8dec19..ba1ae6b050 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -50,6 +50,8 @@ really \fICURLOPT_POSTFIELDS(3)\fP, but the alternative that copies the string \fICURLOPT_COPYPOSTFIELDS(3)\fP has some usage characteristics you need to read up on. +The order in which the options are set does not matter. + Before version 7.17.0, strings were not copied. Instead the user was forced keep them available until libcurl no longer needed them.