mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
during interest calculation A quirk was found whereby a connection which failed while connecting (such as the badssl test) was properly unregistered from the pool, was however kept in the selectables selector pool, because if this operation happening during the interest calculation pool, and the var substitution being performed right afterwards, leaving the pool and selector out of sync and causing all sorts of miscalculations around timers later on.