mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
Calling socket.close() does not imply that socket.isInputShutdown() returns true, so there was a possibility that code was calling ChannelEndPoint.shutdownInput(), but the input was not really shutdown, and a subsequent call to ChannelEndPoint.isInputShutdown() returned false.