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
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);