mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Expand todo
This commit is contained in:
parent
9020f68ce1
commit
0250204f14
@ -607,7 +607,7 @@ namespace Emby.Server.Implementations.HttpServer
|
|||||||
}
|
}
|
||||||
finally
|
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;
|
httpRes.IsClosed = true;
|
||||||
stopWatch.Stop();
|
stopWatch.Stop();
|
||||||
var elapsed = stopWatch.Elapsed;
|
var elapsed = stopWatch.Elapsed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user