Commit b4d1666c authored by justcoding121's avatar justcoding121

correct timeline

parent f88da921
...@@ -300,8 +300,6 @@ namespace Titanium.Web.Proxy ...@@ -300,8 +300,6 @@ namespace Titanium.Web.Proxy
return false; return false;
} }
args.TimeLine["Connection Ready"] = DateTime.Now;
// construct the web request that we are going to issue on behalf of the client. // construct the web request that we are going to issue on behalf of the client.
await handleHttpSessionRequest(connection, args); await handleHttpSessionRequest(connection, args);
return true; return true;
......
...@@ -130,6 +130,8 @@ namespace Titanium.Web.Proxy ...@@ -130,6 +130,8 @@ namespace Titanium.Web.Proxy
} }
} }
args.TimeLine["Response Sent"] = DateTime.Now;
} }
/// <summary> /// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment