Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 8.0.0 - 8.0.4 not closing connections using SelectChannelConnector

Since this has been reproduced against latest branch,  I've opened an
issue to track this bug:

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=364921

I'm wondering if the issue is that Jetty has sent a FIN to close the
connection but never receives a FIN in response.  The idle timeout
should catch this case and close, but there are some other issues with
idle, so we will investigate.

please put any extra info you have on the issue.


Back to the top