bryancall commented on code in PR #12860:
URL: https://github.com/apache/trafficserver/pull/12860#discussion_r2770937668
##########
src/proxy/http/HttpSM.cc:
##########
@@ -7834,6 +7853,7 @@ HttpSM::update_stats()
milestones.difference_sec(TS_MILESTONE_SM_START,
TS_MILESTONE_DNS_LOOKUP_END),
milestones.difference_sec(TS_MILESTONE_SM_START,
TS_MILESTONE_SERVER_CONNECT),
milestones.difference_sec(TS_MILESTONE_SM_START,
TS_MILESTONE_SERVER_CONNECT_END),
+ milestones.difference_sec(TS_MILESTONE_SM_START,
TS_MILESTONE_SERVER_TLS_HANDSHAKE_END),
Review Comment:
yeah, I thought about that and the only reason the ua tls handshake is
recorded that way is because it happens before the sm start
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]