diff options
| author | Vasily <just.one.man@yandex.ru> | 2019-10-16 16:13:59 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2019-10-16 16:13:59 +0300 |
| commit | 6b6fede2e0b1c1edd06af3bcdbf5c5ad04d07638 (patch) | |
| tree | 2c27991c7785ce3c3debcc01098f91825e381e4e /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | adccc18298f4ebba511b68d5af9e72f78de5e5e8 (diff) | |
Address review comments
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs index 0ebdf7d17..cd2a7dcf0 100644 --- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -543,6 +543,7 @@ namespace Emby.Server.Implementations.HttpServer { _logger.LogDebug("Sending HTTP Response 500 in response to {Url}", urlToLog); } + stopWatch.Stop(); var elapsed = stopWatch.Elapsed; if (elapsed.TotalMilliseconds > 500) |
