mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-16 03:25:02 +00:00
Class SelectConnector.ProxySelectChannelEndPoint did not follow the latest changes to interface EndPoint, and was returning wrong values for isInputShutdown() and other few methods. Also suppressed expected exceptions in the test case.