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

input: disable coroutines for custom events and input callbacks that do not support coroutines. #9338

Merged
merged 4 commits into from
Sep 16, 2024

Commits on Sep 11, 2024

  1. io: respect async connection flag in flb_io_net_connect.

    Signed-off-by: Phillip Adair Stewart Whelan <phillip.whelan@chronosphere.io>
    pwhelan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    09beb22 View commit details
    Browse the repository at this point in the history
  2. tls: respect async connection flag in flb_tls_session_create.

    Signed-off-by: Phillip Adair Stewart Whelan <phillip.whelan@chronosphere.io>
    pwhelan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ecdff84 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. tls: reverse the logic when checking for async flag.

    Signed-off-by: Phillip Whelan <phillip.whelan@chronosphere.io>
    pwhelan committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8c53272 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. tls: use flb_upstream_is_async instead of flb_get_connection_flags in…

    … flb_tls_session_create.
    
    Signed-off-by: Phillip Whelan <phillip.whelan@chronosphere.io>
    pwhelan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7be0957 View commit details
    Browse the repository at this point in the history