summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-18 00:09:46 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-18 00:09:46 +0200
commit3b93f1a3ec3547828eacf6c4ef5da48368ef8f6f (patch)
treeb9058830b04fbe406f21d26ee07253824f2c9859
parent46d0eba2e9f600972c56bde04357bb5cfe1bc42b (diff)
downloadcurl-3b93f1a3ec3547828eacf6c4ef5da48368ef8f6f.tar.gz
curl_easy_setopt.3: option order doesn't matter
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 4e5b8dec1..ba1ae6b05 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.