Re: Maybe error in login-common/login-proxy.c/proxy_client_input

2014-08-01 Thread Timo Sirainen
On 23 Jul 2014, at 12:54, Potapov Sergey 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_outpu

Maybe error in login-common/login-proxy.c/proxy_client_input

2014-07-23 Thread Potapov Sergey
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);