Cleanup formatting changes from PR

This commit is contained in:
Sander Declerck 2026-03-02 15:54:41 +01:00
parent 912f62f3b9
commit e8a4fbcd76
No known key found for this signature in database
19 changed files with 200 additions and 407 deletions

View file

@ -61,7 +61,7 @@ export function handleHttpProxyRequest(req, res) {
res.end();
}
});
},
}
)
.on("error", (err) => {
if (!res.headersSent) {