Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: stale HTTP connections may get missed in
cleanInactive
meth…
…od (#2741) This PR fixes the `cleanInactive` method. By code inspection if a stale connection is deleted from the list then the loop index is increment, skipping over the next item.
- Loading branch information