remove local.unpipe() on remote close

This will happen automatically.

close #28
This commit is contained in:
Roman Shtylman
2014-01-09 11:06:41 -05:00
parent 77091b3d93
commit 8d7ccccf21

View File

@@ -72,7 +72,6 @@ TunnelCluster.prototype.open = function() {
function remote_close() {
self.emit('dead');
local.unpipe();
local.end();
};