Name: skT88420 Date: 10/21/99
After establish connection by URLConnection, use URLConnection.getInputStream() & getOutputStream()
to do actually I/O transfer. InputStream.read() will block forever if network broke, even though write() may
throw IOException !! Don't it make sense if those two function are both DOCUMENTED as I/O blocking call ?!
(This bug exist on both JDK1.1 and JDK1.2)
(Review ID: 96829)
======================================================================
- duplicates
-
JDK-4448763 FtpClient hangs if no response received.
-
- Closed
-