remove shutdownInput() call in doStop()

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-05-21 14:21:28 +00:00
parent cf03717eb7
commit 5a368cacd6
1 changed files with 0 additions and 2 deletions

View File

@ -464,8 +464,6 @@ public class TcpTransport extends TransportThreadSupport implements Transport, S
public void run() { public void run() {
try { try {
socket.shutdownInput();
socket.shutdownOutput();
socket.close(); socket.close();
} catch (IOException e) { } catch (IOException e) {
LOG.debug("Caught exception closing socket",e); LOG.debug("Caught exception closing socket",e);