Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #7515 backport to 9.4 - Fix for connection limit problem #12363

Conversation

vlsorokin
Copy link

Backport PR #12320 (fixes #7515) to 9.4

  • 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).

@vlsorokin vlsorokin force-pushed the jetty-9.4.x-backport-connection-limit-fix branch from b319d86 to f719cd2 Compare October 9, 2024 13:04
* 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).

Signed-off-by: Volodymyr Sorokin <[email protected]>
@vlsorokin vlsorokin force-pushed the jetty-9.4.x-backport-connection-limit-fix branch from f719cd2 to 7ebc09b Compare October 9, 2024 13:08
@sbordet
Copy link
Contributor

sbordet commented Oct 14, 2024

@vlsorokin sorry but Jetty 9.4 is at end of community support, see the table here:

@vlsorokin vlsorokin closed this Oct 14, 2024
@vlsorokin vlsorokin deleted the jetty-9.4.x-backport-connection-limit-fix branch October 15, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants