Implement json request compression

This commit is contained in:
David Majdandžić
2023-04-01 16:49:50 +02:00
parent 61de0b2a2c
commit af199c9449
4 changed files with 24 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ function cleanup(): void {
process.exit(0);
}
process.on('exit', cleanup);
process.on('SIGINT', cleanup);
process.on('SIGUSR1', cleanup);
process.on('SIGUSR2', cleanup);
// process.on('exit', cleanup);
// process.on('SIGINT', cleanup);
// process.on('SIGUSR1', cleanup);
// process.on('SIGUSR2', cleanup);