Author: kotkov
Date: Mon Dec 14 21:40:10 2015
New Revision: 1720020

URL: http://svn.apache.org/viewvc?rev=1720020&view=rev
Log:
Following up on r1710201, match the docstring for svn_stringbuf_from_stream()
with current implementation.

* subversion/include/svn_io.h
  (svn_stringbuf_from_stream): This function doesn't close the stream upon
   completion.

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

Modified: subversion/trunk/subversion/include/svn_io.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=1720020&r1=1720019&r2=1720020&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Mon Dec 14 21:40:10 2015
@@ -1148,8 +1148,8 @@ svn_stream_for_stdout(svn_stream_t **out
                       apr_pool_t *pool);
 
 /** Read the contents of @a stream into memory, from its current position
- * to its end, returning the data in @a *result. The stream will be closed
- * when it has been successfully and completely read.
+ * to its end, returning the data in @a *result. This function does not
+ * close the @a stream upon completion.
  *
  * @a len_hint gives a hint about the expected length, in bytes, of the
  * actual data that will be read from the stream. It may be 0, meaning no


Reply via email to