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…
Reference in New Issue
Block a user