diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-07-29 00:17:01 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-07-28 23:18:32 +0200 |
commit | 10061f475e7251d66dd6e76f18c8643381b58965 (patch) | |
tree | 8bd0a39541eb164feb7a496811c8c4889d667901 /lib/url.c | |
parent | 35ecffb9be03d6d52c37163060087a5df51e9b2e (diff) | |
download | curl-10061f475e7251d66dd6e76f18c8643381b58965.tar.gz |
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.
Diffstat (limited to 'lib/url.c')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |