diff options
author | Claes Jakobsson <claes@versed.se> | 2010-01-06 16:01:48 +0000 |
---|---|---|
committer | Claes Jakobsson <claes@versed.se> | 2010-01-06 16:01:48 +0000 |
commit | 9bd03483ce6983852d41f5f69cb74827c9defc26 (patch) | |
tree | 99069ce4de425a1deeafe174275cd3b6ae0c3fa0 /docs/libcurl | |
parent | 2e830066031e1aa1e6bc4bef8d02dd30bbde205a (diff) |
Julien Chaffraix fixed so that the fragment part in an URL is not sent to the server anymore
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 97baa359a..dd1a38ae4 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -449,6 +449,9 @@ on which protocols are supported. The string given to CURLOPT_URL must be url-encoded and follow RFC 2396 (http://curl.haxx.se/rfc/rfc2396.txt). +Please note that starting with version 7.20.0, the fragment part of the URI will +not be send as part of the path, which was the case previously. + \fICURLOPT_URL\fP is the only option that \fBmust\fP be set before \fIcurl_easy_perform(3)\fP is called. |