gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 111/125: CURLOPT_TCP_NODELAY.3: fix typo


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 111/125: CURLOPT_TCP_NODELAY.3: fix typo
Date: Sun, 21 Jan 2018 23:42:46 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 945df74101140a336699f1de6616302d49ca7be8
Author: rouzier <address@hidden>
AuthorDate: Mon Jan 15 11:06:38 2018 -0500

    CURLOPT_TCP_NODELAY.3: fix typo
    
    Closes #2239
---
 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 701e31502..bbfa6f3ee 100644
--- a/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3
+++ b/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3
@@ -52,7 +52,7 @@ CURL *curl = curl_easy_init();
 if(curl) {
   curl_easy_setopt(curl, CURLOPT_URL, "http://example.com";);
   /* disable Nagle */
-  curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 0);
+  curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0);
   curl_easy_perform(curl);
 }
 .fi

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



reply via email to

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