mirror of https://github.com/apache/activemq.git
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:
parent
cf03717eb7
commit
5a368cacd6
|
@ -464,8 +464,6 @@ public class TcpTransport extends TransportThreadSupport implements Transport, S
|
|||
|
||||
public void run() {
|
||||
try {
|
||||
socket.shutdownInput();
|
||||
socket.shutdownOutput();
|
||||
socket.close();
|
||||
} catch (IOException e) {
|
||||
LOG.debug("Caught exception closing socket",e);
|
||||
|
|
Loading…
Reference in New Issue