1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Daniel Stenberg 2018-07-29 00:17:01 +03:00
parent 35ecffb9be
commit 10061f475e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.