wsproxy: minor.
This commit is contained in:
parent
23e1a98f4f
commit
ee470325bf
@ -143,10 +143,6 @@ module.exports = function wsproxy(options) {
|
|||||||
ws.on('disconnect', function() {
|
ws.on('disconnect', function() {
|
||||||
socket.destroy();
|
socket.destroy();
|
||||||
});
|
});
|
||||||
|
|
||||||
ws.on('close', function() {
|
|
||||||
socket.destroy();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user