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

upstream_conn: fix ordering of mk_event_inject and prepare_conn_destroy #6842

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Feb 13, 2023

  1. upstream_conn: fix ordering of mk_event_inject and prepare_conn_destroy

    prepare_destroy_conn calls mk_list_del on the event in the
    priority bucket queue, so for safety, we inject it after
    this covers us against the case where the event was triggered
    and waiting, but we also reached the timeout.
    
    Signed-off-by: Wesley Pettit <[email protected]>
    PettitWesley committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0f5efc9 View commit details
    Browse the repository at this point in the history