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
Description
When a TLS failure happens during the TLS handshake, the connection is closed, but the HttpConnection.RequestTimeouts is not destroyed, leaking the scheduler task inside the Wakeup instance.
The text was updated successfully, but these errors were encountered:
sbordet
added
Bug
For general bugs on Jetty side
Sponsored
This issue affects a user with a commercial support agreement
labels
Oct 25, 2023
…outs tasks
Moved the call to destroy the CyclicTimeouts to a close() call that is always called.
Fixed NPE in ManagedSelector.getTotalKeys().
Fixed exception handling to avoid infinite recursion in SslConnection.
Signed-off-by: Simone Bordet <[email protected]>
Jetty version(s)
10+
Description
When a TLS failure happens during the TLS handshake, the connection is closed, but the
HttpConnection.RequestTimeouts
is not destroyed, leaking the scheduler task inside theWakeup
instance.The text was updated successfully, but these errors were encountered: