elsloo commented on pull request #7259: URL: https://github.com/apache/trafficserver/pull/7259#issuecomment-722515865
Hey @traeak, we observed this occurring in our environment due to requests handled by an intercept plugin. I reviewed the fix provided here in the context of running an intercept plugin, and I believe that it will resolve the issue. It appears that there's only one place where the `TS_MILESTONE_SERVER_CONNECT` milestone timing is set, inside `HttpSM::do_server_open(bool)`, and if that method is not called, the subsequent logging calculations that leverage this milestone produce unexpected results as you mentioned above. I believe we should merge this PR. 👍 ---------------------------------------------------------------- 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: [email protected]
