Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information