mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
update logging
This commit is contained in:
@@ -598,9 +598,10 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
{
|
||||
ErrorHandler(ex, httpReq, false);
|
||||
}
|
||||
|
||||
catch (Exception ex)
|
||||
{
|
||||
ErrorHandler(ex, httpReq);
|
||||
ErrorHandler(ex, httpReq, !string.Equals(ex.GetType().Name, "SocketException", StringComparison.OrdinalIgnoreCase));
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user