diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c3f3b4d..39d07f9 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.54', + version: '2.0.55', description: 'easy serving of static files' } diff --git a/ts/servertools/classes.server.ts b/ts/servertools/classes.server.ts index d7e053f..bb1d58a 100644 --- a/ts/servertools/classes.server.ts +++ b/ts/servertools/classes.server.ts @@ -105,12 +105,7 @@ export class Server { // general request handlling this.expressAppInstance.use((req, res, next) => { - req.on('error', () => { - req.destroy(); - }); - req.on('timeout', () => { - req.destroy(); - }); + next(); }); diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index c3f3b4d..39d07f9 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.54', + version: '2.0.55', description: 'easy serving of static files' }