gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 254/411: CURLOPT_TCP_NODELAY.3: fix comment in example code


From: gnunet
Subject: [gnurl] 254/411: CURLOPT_TCP_NODELAY.3: fix comment in example code
Date: Wed, 13 Jan 2021 01:21:09 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 6d1a05b0bf991ad6d25151ed92ee3924579e19b3
Author: Zenju <zenju@gmx.de>
AuthorDate: Fri Oct 16 14:44:34 2020 +0200

    CURLOPT_TCP_NODELAY.3: fix comment in example code
    
    Closes #6096
---
 docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 
b/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3
index 2e9aa3123..d591ec089 100644
--- a/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3
+++ b/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3
@@ -51,7 +51,7 @@ All
 CURL *curl = curl_easy_init();
 if(curl) {
   curl_easy_setopt(curl, CURLOPT_URL, "https://example.com";);
-  /* disable Nagle */
+  /* leave Nagle enabled */
   curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0);
   curl_easy_perform(curl);
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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