From: Christian Schmitz Date: Wed, 21 May 2025 06:18:28 +0000 (+0200) Subject: url: fix @param in create_conn header to new one X-Git-Tag: curl-8_14_0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b4bd55006099c1cab270a8502733735733ce5fb;p=thirdparty%2Fcurl.git url: fix @param in create_conn header to new one was async, but is now reusedp. Closes #17401 --- 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() * */