Michael Becke wrote: > Any thoughts on why we close the streams and then the socket?
Someone might have implemented sockets with buffered streams. Closing only the socket directly would not dispose of the buffers. Given the SocketFactory stuff, that possibility shouldn't be ruled out. just my thoughts :-) Roland