Closed GoogleCodeExporter closed 9 years ago
The solution is not so simple. I will do investigation
Original comment by skarzhev...@gmail.com
on 9 Sep 2007 at 1:36
Fixed close() functions according to specification. In version 2.0.2-SNAPSHOT
* When a connection has been closed, access to any of
* its methods except this close() will cause an an IOException to be
* thrown. Closing an already closed connection has no effect. Streams
* derived from the connection may be open when method is called. Any open
* streams will cause the connection to be held open until they themselves
* are closed. In this latter case access to the open streams is permitted,
* but access to the connection is not.
----
Closing a connection stream also closes the connection only when
connection.close()
was called already.
Original comment by skarzhev...@gmail.com
on 9 Sep 2007 at 5:12
Original comment by skarzhev...@gmail.com
on 9 Sep 2007 at 5:29
Original issue reported on code.google.com by
deanbro...@gmail.com
on 8 Sep 2007 at 12:25