traeak commented on code in PR #12885:
URL: https://github.com/apache/trafficserver/pull/12885#discussion_r2814625756


##########
src/proxy/logging/LogField.cc:
##########
@@ -474,6 +476,9 @@ LogField::marshal_len(LogAccess *lad)
   case MSDMS:
     return lad->marshal_milestone_diff(m_milestone1, m_milestone2, nullptr);
 
+  case MSTSMS:
+    return lad->marshal_milestones_csv(nullptr);

Review Comment:
   you are correct this just ends up being more of a potentially convenient way 
to combine a whole set of timings out in one shot.



-- 
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]

Reply via email to