Loading docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ CURLOPT_PATH_AS_IS \- do not handle dot dot sequences .SH SYNOPSIS #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PATH_AS_IS, leaveit); CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PATH_AS_IS, long leaveit); .SH DESCRIPTION By setting the long \fIleavit\fP to 1, to explicitly tell libcurl to not alter the given path before passing it on to the server. Loading Loading
docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ CURLOPT_PATH_AS_IS \- do not handle dot dot sequences .SH SYNOPSIS #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PATH_AS_IS, leaveit); CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PATH_AS_IS, long leaveit); .SH DESCRIPTION By setting the long \fIleavit\fP to 1, to explicitly tell libcurl to not alter the given path before passing it on to the server. Loading