]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
url: fix @param in create_conn header to new one
authorChristian Schmitz <support@monkeybreadsoftware.de>
Wed, 21 May 2025 06:18:28 +0000 (08:18 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 May 2025 07:17:26 +0000 (09:17 +0200)
was async, but is now reusedp.

Closes #17401

lib/url.c

index 1a95267ab2adbe4157e842988bfa65420f874f88..e1c4138f6419c5d7911a1866048e848d9f80444d 100644 (file)
--- 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()
  *
  */