]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Updated comment to o_stream_send_istream()
authorTimo Sirainen <tss@iki.fi>
Thu, 9 Oct 2014 15:41:06 +0000 (18:41 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 9 Oct 2014 15:41:06 +0000 (18:41 +0300)
src/lib/ostream.h

index dbf1ff28f4b403c64ddf98f75df79d50d2da8e97..b73dafcab748d0fcf42684d10d5ce94c00330e2f 100644 (file)
@@ -127,9 +127,9 @@ void o_stream_ignore_last_errors(struct ostream *stream);
    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,