mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
fixed http response logging
This commit is contained in:
parent
207fbbbcc3
commit
c07596dbb4
@ -357,11 +357,11 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
try
|
||||
{
|
||||
ProcessRequest(context);
|
||||
|
||||
var url = context.Request.Url.ToString();
|
||||
var endPoint = context.Request.RemoteEndPoint;
|
||||
|
||||
ProcessRequest(context);
|
||||
|
||||
var duration = DateTime.Now - date;
|
||||
|
||||
LogResponse(context, url, endPoint, duration);
|
||||
|
Loading…
x
Reference in New Issue
Block a user