gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 23/256: CURLOPT_SSH_COMPRESSION.3: enable with 1L


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 23/256: CURLOPT_SSH_COMPRESSION.3: enable with 1L
Date: Fri, 06 Oct 2017 19:41:54 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 582f2a1308182becb9b4a1fad5ff3eccf8fa21f8
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Aug 17 09:52:13 2017 +0200

    CURLOPT_SSH_COMPRESSION.3: enable with 1L
    
    (leaves other values reserved for the future)
---
 docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 
b/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3
index 193320512..5445cb0d2 100644
--- a/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3
+++ b/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3
@@ -28,12 +28,12 @@ CURLOPT_SSH_COMPRESSION \- enables automatic decompression 
of HTTP downloads
 
 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_COMPRESSION, long enable);
 .SH DESCRIPTION
-Pass a long as parameter to enable or disable.
+Pass a long as parameter set to 1L to enable or 0L to disable.
 
-Enables built-in SSH compression.
-This is a request, not an order; the server may or may not do it.
+Enables built-in SSH compression.  This is a request, not an order; the server
+may or may not do it.
 .SH DEFAULT
-
+0, disabled
 .SH PROTOCOLS
 All SSH based protocols: SCP, SFTP
 .SH EXAMPLE

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



reply via email to

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