From 8d7ccccf2115f71976344ed694fea243729b7350 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Thu, 9 Jan 2014 11:06:41 -0500 Subject: [PATCH] remove local.unpipe() on remote close This will happen automatically. close #28 --- client.js | 1 - 1 file changed, 1 deletion(-) 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(); };