diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-04-03 15:39:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-03 15:39:38 +0200 |
commit | 962eb3d9eda88ec364526b2ad04eda03884bcc9d (patch) | |
tree | d3959b031e5f3b112ff14db381ce92ff6ddd42ba /docs/libcurl | |
parent | eb25dd3be2369cdf348cb28b193999ea87b0f507 (diff) |
curl_easy_setopt.3: CURLOPT_HTTPGET disables CURLOPT_UPLOAD
Diffstat (limited to 'docs/libcurl')
-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 ed7e4dbba..3297f8391 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1485,7 +1485,7 @@ to GET. Usable if a POST, HEAD, PUT, or a custom request has been used previously using the same curl handle. When setting \fICURLOPT_HTTPGET\fP to 1, it will automatically set -\fICURLOPT_NOBODY\fP to 0 (since 7.14.1). +\fICURLOPT_NOBODY\fP to 0 and \fICURLOPT_UPLOAD\fP to 0. .IP CURLOPT_HTTP_VERSION Pass a long, set to one of the values described below. They force libcurl to use the specific HTTP versions. This is not sensible to do unless you have a |