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

Fix keepalive and shared key bug #2456

Merged
merged 2 commits into from
Jun 14, 2019

Commits on Jun 13, 2019

  1. Respect the response from block

    If keepalive, #connect always returns integer returned by L1104
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    3cacaf5 View commit details
    Browse the repository at this point in the history
  2. If handshake was already done, Skip it on the same socket

    if the socket which already handshaked tries to handshake, it will be
    blocked and raise IO::WaitReadable [here](https://github.com/fluent/fluentd/blob/12ffa0afe313737bf09900efce8c8656baaf77bc/lib/fluent/plugin/out_forward.rb#L787
    ).
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    12f3380 View commit details
    Browse the repository at this point in the history