Maybe error in login-common/login-proxy.c/proxy_client_input
23 Jul
2014
23 Jul
'14
11:54 a.m.
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);
1 Aug
1 Aug
4:16 p.m.
On 23 Jul 2014, at 12:54, Potapov Sergey s.potapov@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
3765
Age (days ago)
3774
Last active (days ago)
1 comments
2 participants
participants (2)
-
Potapov Sergey
-
Timo Sirainen