Potapov Sergey
2014-Jul-23 09:54 UTC
Maybe error in login-common/login-proxy.c/proxy_client_input
Hi! It seems that o_stream_cork should be done on proxy->server_output but not on proxy->client_output. o_stream_cork(proxy->client_output); ret2 = o_stream_send(proxy->server_output, buf, ret); o_stream_uncork(proxy->server_output);
Timo Sirainen
2014-Aug-01 14:16 UTC
Maybe error in login-common/login-proxy.c/proxy_client_input
On 23 Jul 2014, at 12:54, Potapov Sergey <s.potapov at rambler-co.ru> wrote:> It seems that o_stream_cork should be done on proxy->server_output but not on proxy->client_output. > > o_stream_cork(proxy->client_output); > ret2 = o_stream_send(proxy->server_output, buf, ret); > o_stream_uncork(proxy->server_output);Yes. I fixed this a while ago. Just need to get v2.2.14 released once I can get through reading mails in this list.. http://hg.dovecot.org/dovecot-2.2/rev/6a9508d28d34