dovecot-2.0: lib-lda: Fixed LMTP client hanging on sending large...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 17 23:35:03 EET 2012


details:   http://hg.dovecot.org/dovecot-2.0/rev/71084b799a6c
changeset: 13019:71084b799a6c
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 17 23:34:22 2012 +0200
description:
lib-lda: Fixed LMTP client hanging on sending large mails.

diffstat:

 src/lib-lda/lmtp-client.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 847ca219989d -r 71084b799a6c src/lib-lda/lmtp-client.c
--- a/src/lib-lda/lmtp-client.c	Tue Jan 17 17:20:07 2012 +0200
+++ b/src/lib-lda/lmtp-client.c	Tue Jan 17 23:34:22 2012 +0200
@@ -312,6 +312,7 @@
 				break;
 			if (ret == 0) {
 				/* continue later */
+				o_stream_set_flush_pending(client->output, TRUE);
 				return;
 			}
 		}


More information about the dovecot-cvs mailing list