jetty.project/jetty-io
Simone Bordet f1251412e4 Modified behavior of shutdownInput() and shutdownOutput() to always shutdown either input or output.
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.
2011-11-04 15:22:43 +01:00
..
src Modified behavior of shutdownInput() and shutdownOutput() to always shutdown either input or output. 2011-11-04 15:22:43 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2011-10-24 14:52:54 -05:00