You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <wppttt@amazon.com>
0 commit comments