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

Fixes #10120 - OOME due to HttpChannelState._onIdleTimeout #10126

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Jul 18, 2023

When HttpChannelState._onIdleTimeout was introduced, it was forgotten to null it out in recycle().

When `HttpChannelState._onIdleTimeout` was introduced, it was forgotten to null it out in recycle().

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet requested review from gregw and joakime July 18, 2023 17:29
@sbordet sbordet linked an issue Jul 18, 2023 that may be closed by this pull request
@sbordet sbordet merged commit abc01d5 into jetty-12.0.x Jul 18, 2023
4 checks passed
@sbordet sbordet deleted the fix/jetty-12-10120-oome-httpchannel-recycle branch July 18, 2023 20:04
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.

OutOfMemoryError caused by CyclicTimeouts
2 participants