mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Expand todo
This commit is contained in:
@@ -607,7 +607,7 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
}
|
||||
finally
|
||||
{
|
||||
// TODO
|
||||
// TODO response closes automatically after the handler is done, but some functions rely on knowing if it's closed or not
|
||||
httpRes.IsClosed = true;
|
||||
stopWatch.Stop();
|
||||
var elapsed = stopWatch.Elapsed;
|
||||
|
||||
Reference in New Issue
Block a user