Relates :
|
java.net.Socket has existing behavior that is not well exercised by the existing tests. Specifically this issue adds tests for - invoking shutdownInput/shutdownOutput when a thread is blocked in read/write - create a deprecated constructor that creates a UDP socket - connection reset, to test the behavior specified by Socket::getInputStream - timeout handling. The existing tests for timed connect, read and accept don't exercise many scenarios
|