diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9f90640..86d6810 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartproxy', - version: '3.0.31', + version: '3.0.32', description: 'a proxy for handling high workloads of proxying' } diff --git a/ts/smartproxy.classes.networkproxy.ts b/ts/smartproxy.classes.networkproxy.ts index bef7534..ddd59b3 100644 --- a/ts/smartproxy.classes.networkproxy.ts +++ b/ts/smartproxy.classes.networkproxy.ts @@ -128,6 +128,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g= ) => { res.writeHead(statusArg, messageArg); res.end(messageArg); + res.destroy(); }; console.log(`got request: ${req.headers.host}${plugins.url.parse(req.url).path}`);