projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b596c34
)
reset CURLOPT_CUSTOMREQUEST with NULL
author
Daniel Stenberg
<daniel@haxx.se>
Sun, 27 Jun 2004 21:19:54 +0000
(21:19 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Sun, 27 Jun 2004 21:19:54 +0000
(21:19 +0000)
docs/libcurl/curl_easy_setopt.3
patch
|
blob
|
history
diff --git
a/docs/libcurl/curl_easy_setopt.3
b/docs/libcurl/curl_easy_setopt.3
index 95d699a11ac2fe04308e24fb541a543dc21f697c..670eacd91110fc54f61b2a8b8763545ce909f7c7 100644
(file)
--- a/
docs/libcurl/curl_easy_setopt.3
+++ b/
docs/libcurl/curl_easy_setopt.3
@@
-721,6
+721,8
@@
when doing an ftp directory listing. This is useful for doing DELETE or other
more or less obscure HTTP requests. Don't do this at will, make sure your
server supports the command first.
+Restore to the internal default by setting this to NULL.
+
\fBNOTE:\fP Many people have wrongly used this option to replace the entire
request with their own, including multiple headers and POST contents. While
that might work in many cases, it will cause libcurl to send invalid requests