diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-12 09:14:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-12 09:14:45 +0000 |
commit | bc7122f6e2c045c4dbf2ddc374ce4fd437753f62 (patch) | |
tree | 4e0fe97033d053ecfe12338272c959abff91ae97 /docs | |
parent | e5963dae487d5bfae84266623666b0175ba23e65 (diff) | |
download | curl-bc7122f6e2c045c4dbf2ddc374ce4fd437753f62.tar.gz |
CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 7feb1eb03..0e5ab98ee 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -468,7 +468,7 @@ size is set to zero, the library will use strlen() to get the size. Pass a curl_off_t as parameter. Use this to set the size of the \fICURLOPT_POSTFIELDS\fP data to prevent libcurl from doing strlen() on the data to figure out the size. This is the large file version of the -\fICURLOPT_POSTFIELDSIZE\fP option. +\fICURLOPT_POSTFIELDSIZE\fP option. (Added in 7.11.1) .IP CURLOPT_HTTPPOST Tells libcurl you want a multipart/formdata HTTP POST to be made and you instruct what data to pass on to the server. Pass a pointer to a linked list |