gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 36/153: conn_free: updated comment to clarify


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 36/153: conn_free: updated comment to clarify
Date: Tue, 11 Sep 2018 12:51:47 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 10061f475e7251d66dd6e76f18c8643381b58965
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Jul 29 00:17:01 2018 +0300

    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.
---
 lib/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/url.c b/lib/url.c
index 04f46b45f..ccfdb18a4 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]