dockerproxy: close all connections
This commit is contained in:
@@ -184,6 +184,7 @@ async function start() {
|
||||
async function stop() {
|
||||
if (!gHttpServer) return;
|
||||
|
||||
gHttpServer.closeAllConnections();
|
||||
await util.promisify(gHttpServer.close.bind(gHttpServer))();
|
||||
gHttpServer = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user