mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:27:16 +03:00
url: fix @param in create_conn header to new one
was async, but is now reusedp. Closes #17401
This commit is contained in:
parent
c19465ca55
commit
5b4bd55006
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue