fix(core): update
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user