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