mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
conn_free: updated comment to clarify
Let's call it disassociate instead of disconnect since the latter term is used so much for (TCP) connections already.
This commit is contained in:
parent
35ecffb9be
commit
10061f475e
@ -735,7 +735,7 @@ static void conn_free(struct connectdata *conn)
|
||||
*
|
||||
* A connection needs an easy handle when closing down. We support this passed
|
||||
* in separately since the connection to get closed here is often already
|
||||
* disconnected from an easy handle.
|
||||
* disassociated from an easy handle.
|
||||
*
|
||||
* This function MUST NOT reset state in the Curl_easy struct if that
|
||||
* isn't strictly bound to the life-time of *this* particular connection.
|
||||
|
Loading…
Reference in New Issue
Block a user