Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
3.86k
stars
1.91k
forks
source link
Issue #7515 backport to 9.4 - Fix for connection limit problem #12360
Closed
vlsorokin closed 1 month ago
Backport PR #12320 (fixes #7515) to 9.4
ManagedSelector.Accept
to emit the event "accept failed" when closed.ConnectionLimit
to close connections that exceed the maximum (may happen when the connector is configured with acceptors=0).