jellyfin/Emby.Server.Implementations/HttpServer
Bond_009 d2db700402 Always await instead of directly returning Task
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task

The performance impact is negligible (and it's me saying that!)
2024-10-31 17:02:06 +01:00
..
Security fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2022-10-06 13:57:47 +02:00
WebSocketConnection.cs Always await instead of directly returning Task 2024-10-31 17:02:06 +01:00
WebSocketManager.cs Always await instead of directly returning Task 2024-10-31 17:02:06 +01:00