dovecot-2.0-sslstream: lmtp proxy: After all DATA input is read,...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:09 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/84a1776dd1c3
changeset: 10279:84a1776dd1c3
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 09 15:00:59 2009 -0500
description:
lmtp proxy: After all DATA input is read, stop trying to read more of it.

diffstat:

1 file changed, 1 insertion(+)
src/lmtp/lmtp-proxy.c |    1 +

diffs (11 lines):

diff -r 09dd23dd6ee0 -r 84a1776dd1c3 src/lmtp/lmtp-proxy.c
--- a/src/lmtp/lmtp-proxy.c	Mon Nov 09 14:59:54 2009 -0500
+++ b/src/lmtp/lmtp-proxy.c	Mon Nov 09 15:00:59 2009 -0500
@@ -330,6 +330,7 @@ static bool lmtp_proxy_data_read(struct 
 		else {
 			/* finished reading data input. now we'll just have to
 			   wait for replies. */
+			lmtp_proxy_wait_for_output(proxy);
 		}
 		return FALSE;
 	case 0:


More information about the dovecot-cvs mailing list