You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
* 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>
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()
.The text was updated successfully, but these errors were encountered: