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
Fixes #7515 - Connection limit problem for "onAccepting" connections. #12320
Closed
sbordet closed 1 month ago
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).