dovecot-2.0-sslstream: lmtp proxy: After killing a hanging serve...

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


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/5ecda3558f2a
changeset: 10335:5ecda3558f2a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 16 16:42:47 2009 -0500
description:
lmtp proxy: After killing a hanging server connection, try reading more input.

diffstat:

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

diffs (11 lines):

diff -r c48703f5ce25 -r 5ecda3558f2a src/lmtp/lmtp-proxy.c
--- a/src/lmtp/lmtp-proxy.c	Mon Nov 16 16:06:27 2009 -0500
+++ b/src/lmtp/lmtp-proxy.c	Mon Nov 16 16:42:47 2009 -0500
@@ -314,6 +314,7 @@ static void lmtp_proxy_output_timeout(st
 
 	lmtp_proxy_conn_deinit(max_conn, ERRSTR_TEMP_REMOTE_FAILURE
 			       " (timeout)");
+	lmtp_proxy_data_input(proxy);
 }
 
 static void lmtp_proxy_wait_for_output(struct lmtp_proxy *proxy)


More information about the dovecot-cvs mailing list