Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out_forward: do not use SO_LINGER on Windows #2398

Merged
merged 1 commit into from
Apr 25, 2019

Commits on Apr 25, 2019

  1. out_forward: do not use SO_LINGER on SSL/TLS WinSock

    There is an obscure bug in out_forward that prevents events from
    being sent to a remote node. It occures only on Windows, and is
    reproducable only when SSL/TLS is enabled.
    
    The root cause is not fully investigated yet, but disabling
    SO_LINGER is confirmed to fix the issue. So this implements it.
    
    Signed-off-by: Fujimoto Seiji <fujimoto@clear-code.com>
    Fujimoto Seiji committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    2fb09c4 View commit details
    Browse the repository at this point in the history