We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4613397 commit 39cf851Copy full SHA for 39cf851
src/core/exception/exception.filter.ts
@@ -32,6 +32,7 @@ export class ExceptionFilter implements IExceptionFilter {
32
const hack = isFromHackAttempt(exception, args);
33
if (hack) {
34
hack.raw.destroy();
35
+ this.http.end(args.switchToHttp().getResponse());
36
return;
37
}
38
0 commit comments