dovecot-2.2: lib: Updated comment to o_stream_send_istream()

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 9 15:41:41 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/af382aaad0e8
changeset: 17930:af382aaad0e8
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 09 18:41:06 2014 +0300
description:
lib: Updated comment to o_stream_send_istream()

diffstat:

 src/lib/ostream.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r c36cfd735d60 -r af382aaad0e8 src/lib/ostream.h
--- a/src/lib/ostream.h	Thu Oct 09 18:40:54 2014 +0300
+++ b/src/lib/ostream.h	Thu Oct 09 18:41:06 2014 +0300
@@ -127,9 +127,9 @@
    When creating wrapper streams, they copy this behavior from the parent
    stream. */
 void o_stream_set_no_error_handling(struct ostream *stream, bool set);
-/* Send data from input stream. Returns number of bytes sent, or -1 if error.
-   Note that this function may block if either instream or outstream is
-   blocking.
+/* Send data from input stream. Returns number of bytes sent, or -1 if error
+   in either outstream or instream. Note that this function may block if either
+   instream or outstream is blocking.
 
    Also note that this function may not add anything to the output buffer, so
    if you want the flush callback to be called when more data can be written,


More information about the dovecot-cvs mailing list