Expand todo

This commit is contained in:
Claus Vium 2019-03-04 22:26:57 +01:00
parent 9020f68ce1
commit 0250204f14

View file

@ -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;