issues
search
jetty
/
jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k
stars
1.91k
forks
source link
Backport #7515 to 9.4 - Connection limit problem for "onAccepting" connections
#12362
Closed
vlsorokin
closed
1 month ago
vlsorokin
commented
1 month ago
Backport for the PR #12320
Fixed
ManagedSelector.Accept
to emit the event "accept failed" when closed.
Fixed
ConnectionLimit
to close connections that exceed the maximum (may happen when the connector is configured with acceptors=0).
ManagedSelector.Accept
to emit the event "accept failed" when closed. FixedConnectionLimit
to close connections that exceed the maximum (may happen when the connector is configured with acceptors=0).