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

12.0.x: IteratingCallback reset _iterate flag when another processing is scheduled #12269

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

lorban
Copy link
Contributor

@lorban lorban commented Sep 13, 2024

Fixes #12268

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
@lorban lorban added the Bug For general bugs on Jetty side label Sep 13, 2024
@lorban lorban self-assigned this Sep 13, 2024
Copy link
Contributor

@sbordet sbordet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit on the test, otherwise good.

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
@lorban lorban requested a review from sbordet September 13, 2024 08:34
@lorban lorban changed the title IteratingCallback: reset _iterate flag when another processing is scheduled 12.0.x: IteratingCallback reset _iterate flag when another processing is scheduled Sep 13, 2024
@lorban lorban merged commit ceee65a into jetty-12.0.x Sep 16, 2024
12 checks passed
@lorban lorban deleted the fix/jetty-12.0.x/12268-fix-IteratingCallback branch September 16, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

IteratingCallback may iterate too much when process() returns Action.IDLE
3 participants