SocketChannel.shutdownInput can be called after it is closed without
throwing an exception. Also, when a SocketChannel is closed, the channel
knows it but not the socket. If someone does a channel.socket().shutdownInput(),
the socket should appropriately throw its own exception if it has been closed.
throwing an exception. Also, when a SocketChannel is closed, the channel
knows it but not the socket. If someone does a channel.socket().shutdownInput(),
the socket should appropriately throw its own exception if it has been closed.
- duplicates
-
JDK-4469614 SocketChannel.shutdownInput after close throws no exception
-
- Closed
-