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

Potapov Sergey s.potapov at rambler-co.ru
Wed Jul 23 09:54:12 UTC 2014


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



More information about the dovecot mailing list