diff --git a/client.js b/client.js index bd1af1e..bb1bb67 100644 --- a/client.js +++ b/client.js @@ -98,9 +98,6 @@ TunnelCluster.prototype.open = function() { // when local closes, also get a new remote local.once('close', function(had_error) { - remote.unpipe(); - local.unpipe(); - remote.end(); debug('local connection closed [%s]', had_error); }); });