Server/project/src/servers
RomanxTheLast f12c650774 Add async to the handleRequest chain in HttpServer (!387)
The httpListeners are promise based but they aren't awaited when handling the request.

I found this while implementing another version of HttpServer in a mod but couldn't actually find where this would cause an issue so feel free to close this if you think it's not worth it.

Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/387
Co-authored-by: RomanxTheLast <alex@romanx.co.uk>
Co-committed-by: RomanxTheLast <alex@romanx.co.uk>
(cherry picked from commit 398bf43444)
2024-07-28 14:45:25 +01:00
..
http Apply Biome Formatting 2024-07-23 11:12:53 -04:00
ws Fixed various Biome issues 2024-07-23 17:30:20 +01:00
ConfigServer.ts Apply Biome Formatting 2024-07-23 11:12:53 -04:00
DatabaseServer.ts Apply Biome Formatting 2024-07-23 11:12:53 -04:00
HttpServer.ts Add async to the handleRequest chain in HttpServer (!387) 2024-07-28 14:45:25 +01:00
RagfairServer.ts Apply Biome Formatting 2024-07-23 11:12:53 -04:00
SaveServer.ts Apply Biome Formatting 2024-07-23 11:12:53 -04:00
WebSocketServer.ts Apply Biome Formatting 2024-07-23 11:12:53 -04:00