diff --git a/client.js b/client.js index bb1bb67..8545ea7 100644 --- a/client.js +++ b/client.js @@ -72,7 +72,6 @@ TunnelCluster.prototype.open = function() { function remote_close() { self.emit('dead'); - local.unpipe(); local.end(); };