mirror of
https://github.com/curl/curl.git
synced 2026-06-14 20:45:39 +03:00
CURLOPT_PORT.md: use stronger language
This option should not be used. Closes #21886
This commit is contained in:
parent
fbcf10ab84
commit
c4c12843df
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PORT, long number);
|
|||
|
||||
# DESCRIPTION
|
||||
|
||||
We discourage using this option since its scope is not obvious and hard to
|
||||
predict. Set the preferred port number in the URL instead.
|
||||
We strongly discourage using this unreliable option since its scope is not
|
||||
obvious and hard to predict. Set the preferred port number in the URL instead.
|
||||
|
||||
This option sets *number* to be the remote port number to connect to,
|
||||
instead of the one specified in the URL or the default port for the used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue