瀏覽代碼

Expand todo

Claus Vium 6 年之前
父節點
當前提交
0250204f14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

+ 1 - 1
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;