Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit b4d1666

Browse files
committed
correct timeline
1 parent f88da92 commit b4d1666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Titanium.Web.Proxy/RequestHandler.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ await handleWebSocketUpgrade(httpCmd, args, args.HttpClient.Request,
300300
return false;
301301
}
302302

303-
args.TimeLine["Connection Ready"] = DateTime.Now;
304-
305303
// construct the web request that we are going to issue on behalf of the client.
306304
await handleHttpSessionRequest(connection, args);
307305
return true;

src/Titanium.Web.Proxy/ResponseHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ await args.CopyResponseBodyAsync(clientStreamWriter, TransformationMode.None,
130130
}
131131
}
132132

133+
args.TimeLine["Response Sent"] = DateTime.Now;
134+
133135
}
134136

135137
/// <summary>

0 commit comments

Comments
 (0)