]> granicus.if.org Git - curl/commitdiff
CURLOPT_SSH_COMPRESSION.3: enable with 1L
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Aug 2017 07:52:13 +0000 (09:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Aug 2017 07:54:07 +0000 (09:54 +0200)
(leaves other values reserved for the future)

docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3

index 19332051278b70c3565e654c860a38c0b883f6b4..5445cb0d2a9815b2fb700966d7a1628e016ba399 100644 (file)
@@ -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