]> granicus.if.org Git - curl/commitdiff
conn_free: updated comment to clarify
authorDaniel Stenberg <daniel@haxx.se>
Sat, 28 Jul 2018 21:17:01 +0000 (00:17 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 28 Jul 2018 21:18:32 +0000 (23:18 +0200)
Let's call it disassociate instead of disconnect since the latter term
is used so much for (TCP) connections already.

lib/url.c

index 04f46b45f3cc3018e60b0673cf4c3730a0a7e50e..ccfdb18a43ba9b4119f0d53c9d95f411c013aad9 100644 (file)
--- 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.