Author: danielsh
Date: Sat Mar 24 20:07:03 2018
New Revision: 1827670

URL: http://svn.apache.org/viewvc?rev=1827670&view=rev
Log:
* subversion/include/svn_ra_svn.h
  (svn_ra_svn_create_conn5): Further clarify docstring, after r1825979.

Patch by: brane

Modified:
    subversion/trunk/subversion/include/svn_ra_svn.h

Modified: subversion/trunk/subversion/include/svn_ra_svn.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra_svn.h?rev=1827670&r1=1827669&r2=1827670&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra_svn.h (original)
+++ subversion/trunk/subversion/include/svn_ra_svn.h Sat Mar 24 20:07:03 2018
@@ -179,7 +179,9 @@ typedef svn_error_t *(*svn_ra_svn_edit_c
  *
  * Either @a sock or @a in_stream/@a out_stream must be set, not both.
  * @a compression_level specifies the desired network data compression
- * level (zlib/lz4) from 0 (no compression) to 9 (best but slowest).
+ * level from 0 (no compression) to 9 (best but slowest). The effect
+ * of the parameter depends on the compression algorithm; for example,
+ * it is used verbatim by zlib/deflate but ignored by LZ4.
  *
  * If @a zero_copy_limit is not 0, cached file contents smaller than the
  * given limit may be sent directly to the network socket.  Otherwise,


Reply via email to