From c4c12843df9560d47fa0bd561837ddb06732dcbe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 7 Jun 2026 00:09:30 +0200 Subject: [PATCH] CURLOPT_PORT.md: use stronger language This option should not be used. Closes #21886 --- docs/libcurl/opts/CURLOPT_PORT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_PORT.md b/docs/libcurl/opts/CURLOPT_PORT.md index 334f01b3d7..567d6a975a 100644 --- a/docs/libcurl/opts/CURLOPT_PORT.md +++ b/docs/libcurl/opts/CURLOPT_PORT.md @@ -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