url: fix @param in create_conn header to new one

was async, but is now reusedp.

Closes #17401
This commit is contained in:
Christian Schmitz 2025-05-21 08:18:28 +02:00 committed by Daniel Stenberg
parent c19465ca55
commit 5b4bd55006
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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()
*
*/