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

GH-3701: Fix Possible TCP Memory Leak #3708

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

garyrussell
Copy link
Contributor

Resolves #3701

Ensure TcpSender.removeDeadConnection is always called, for example when
intercepted and closed via factory.closeConnectionId or when closed
connections are harvested from the connections map.

Cherry-pick to 5.4.x, 5.3.x

Resolves spring-projects#3701

Ensure `TcpSender.removeDeadConnection` is always called, for example when
intercepted and closed via `factory.closeConnectionId` or when closed
connections are harvested from the `connections` map.
@artembilan artembilan merged commit b477277 into spring-projects:main Jan 3, 2022
@artembilan
Copy link
Member

... and cherry-picked to 5.4.x.

Back-ported to 5.3.x as f907a15 after resolving conflicts for not used yet LogAccessor.

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.

Memory Leak in version 5.5.7
2 participants