Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: stale HTTP connections may get missed in cleanup #2741

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Mar 22, 2024

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.

@slaff slaff added this to the 5.2.0 milestone Mar 22, 2024
@slaff slaff merged commit dc7d3fa into SmingHub:develop Mar 22, 2024
46 checks passed
@mikee47 mikee47 deleted the fix/http-clean-inactive branch March 22, 2024 10:30
@slaff slaff mentioned this pull request May 8, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants