Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cleanup of empty pool keys in connector
Issues aio-libs#253 and aio-libs#254 implemented a `_conns` key evince logic in the function that actually **adds** items to `_conns` Issue aio-libs#406 tweaked this logic even more, making early and eviction of reusable items in the pool possible. Here we put the key eviction logic where it belongs: in the method that **removes** items from the `_conns` pool.
- Loading branch information