mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
add basic support for websocket proxy
This commit is contained in:
@@ -305,7 +305,7 @@ KoaServer.prototype.start = function () {
|
||||
});
|
||||
});
|
||||
|
||||
wss.on('error', e => console.error('erro happened in wss:%s', error));
|
||||
wss.on('error', e => console.error('error happened in wss:%s', e));
|
||||
|
||||
self.httpsServer.listen(HTTPS_PORT);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user