aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-03-04 22:26:57 +0100
committerClaus Vium <clausvium@gmail.com>2019-03-04 22:26:57 +0100
commit0250204f14e8a004c926e1ec263723459788a029 (patch)
treef2279d27db1024874937db60675d89ee38414ae6 /Emby.Server.Implementations/HttpServer
parent9020f68ce16b8184c2b9f5cefde2b966b15fc741 (diff)
Expand todo
Diffstat (limited to 'Emby.Server.Implementations/HttpServer')
-rw-r--r--Emby.Server.Implementations/HttpServer/HttpListenerHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
index 16e3c383b..19b1b26e8 100644
--- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
+++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
@@ -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;