From: Daniel Stenberg Date: Sat, 28 Jul 2018 21:17:01 +0000 (+0300) Subject: conn_free: updated comment to clarify X-Git-Tag: curl-7_61_1~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10061f475e7251d66dd6e76f18c8643381b58965;p=thirdparty%2Fcurl.git 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. --- diff --git a/lib/url.c b/lib/url.c index 04f46b45f3..ccfdb18a43 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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.