dockerproxy: close all connections

This commit is contained in:
Girish Ramakrishnan
2026-02-19 13:33:02 +01:00
parent d0a66f1701
commit 9b5b8ddc22

View File

@@ -184,6 +184,7 @@ async function start() {
async function stop() {
if (!gHttpServer) return;
gHttpServer.closeAllConnections();
await util.promisify(gHttpServer.close.bind(gHttpServer))();
gHttpServer = null;
}