You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/11/06 13:43:30 UTC

[GitHub] [trafficserver] traeak commented on a change in pull request #7259: detect and fix stms log field having epoch time ms for intercept plugins.

traeak commented on a change in pull request #7259:
URL: https://github.com/apache/trafficserver/pull/7259#discussion_r518758608



##########
File path: proxy/http/HttpSM.cc
##########
@@ -2976,7 +2976,10 @@ HttpSM::tunnel_handler_server(int event, HttpTunnelProducer *p)
 {
   STATE_ENTER(&HttpSM::tunnel_handler_server, event);
 
-  milestones[TS_MILESTONE_SERVER_CLOSE] = Thread::get_hrtime();
+  // The following fixes up an intercept handler which doesn't set TS_MILESTONE_SERVER_CONNECT by default.

Review comment:
       updated PR with above comment.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org