From 5b4bd55006099c1cab270a8502733735733ce5fb Mon Sep 17 00:00:00 2001 From: Christian Schmitz Date: Wed, 21 May 2025 08:18:28 +0200 Subject: [PATCH] url: fix @param in create_conn header to new one was async, but is now reusedp. Closes #17401 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index 1a95267ab2..e1c4138f64 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3349,7 +3349,7 @@ static void conn_meta_freeentry(void *p) * * @param data The sessionhandle pointer * @param in_connect is set to the next connection data pointer - * @param async is set TRUE when an async DNS resolution is pending + * @param reusedp is set to to TRUE if connection was reused * @see Curl_setup_conn() * */ -- 2.47.3