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 #12553 - Execute immediately HTTP/2 failures. #12557

Merged

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Nov 21, 2024

Now idle timeouts and failures are executed immediately for HTTP/2 and HTTP/3, rather than feeding them to the execution strategy, where they may be queued and never run.

Now idle timeouts and failures are executed immediately for HTTP/2 and HTTP/3, rather than feeding them to the execution strategy, where they may be queued and never run.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet requested review from gregw and lorban November 21, 2024 17:34
@sbordet sbordet added the Sponsored This issue affects a user with a commercial support agreement label Nov 21, 2024
@sbordet sbordet linked an issue Nov 21, 2024 that may be closed by this pull request
gregw
gregw previously approved these changes Nov 21, 2024
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

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

Looks good... one small suggestion.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet merged commit f93c75f into jetty-12.0.x Nov 22, 2024
7 of 10 checks passed
@sbordet sbordet deleted the fix/jetty-12.0.x/12553/execute-failures-immediately branch November 22, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sponsored This issue affects a user with a commercial support agreement
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Execute immediately HTTP/2 failures
3 participants