]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_setopt.3: option order doesn't matter
authorDaniel Stenberg <daniel@haxx.se>
Wed, 17 Jun 2015 22:09:46 +0000 (00:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Jun 2015 22:09:46 +0000 (00:09 +0200)
docs/libcurl/curl_easy_setopt.3

index 4e5b8dec19bd4506fc475fb9f53b54a4b14dfa7e..ba1ae6b050e9a3710b118aa2bfdfe44e7bfc9fd1 100644 (file)
@@ -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.