wsproxy: minor.

This commit is contained in:
Christopher Jeffrey 2016-08-27 16:20:52 -07:00
parent 23e1a98f4f
commit ee470325bf
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -143,10 +143,6 @@ module.exports = function wsproxy(options) {
ws.on('disconnect', function() {
socket.destroy();
});
ws.on('close', function() {
socket.destroy();
});
});
});