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

Execute immediately HTTP/2 failures #12553

Closed
sbordet opened this issue Nov 20, 2024 · 0 comments · Fixed by #12557
Closed

Execute immediately HTTP/2 failures #12553

sbordet opened this issue Nov 20, 2024 · 0 comments · Fixed by #12557
Assignees
Labels
Bug For general bugs on Jetty side Sponsored This issue affects a user with a commercial support agreement

Comments

@sbordet
Copy link
Contributor

sbordet commented Nov 20, 2024

Jetty version(s)
12.0.x

Description
PR #12551 contains some improvements that should be backported from 12.1.x to 12.0.x: those related to ThreadPool.executeImmediately().

@sbordet sbordet added Bug For general bugs on Jetty side Sponsored This issue affects a user with a commercial support agreement labels Nov 20, 2024
@sbordet sbordet self-assigned this Nov 20, 2024
@sbordet sbordet changed the title Backport part of #12551 Execute immediately HTTP/2 failures Nov 21, 2024
sbordet added a commit that referenced this issue 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.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet linked a pull request Nov 21, 2024 that will close this issue
@sbordet sbordet moved this to 🏗 In progress in Jetty 12.0.16 FROZEN Nov 21, 2024
sbordet added a commit that referenced this issue Nov 22, 2024
* Fixes #12553 - Execute immediately HTTP/2 failures.

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 <simone.bordet@gmail.com>
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Jetty 12.0.16 FROZEN Nov 22, 2024
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 Sponsored This issue affects a user with a commercial support agreement
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant