moonchen commented on code in PR #13346:
URL: https://github.com/apache/trafficserver/pull/13346#discussion_r3489170486


##########
src/proxy/http/HttpSM.cc:
##########
@@ -4469,7 +4469,7 @@ HttpSM::tunnel_handler_transform_read(int event, 
HttpTunnelProducer *p)
 int
 HttpSM::tunnel_handler_plugin_agent(int event, HttpTunnelConsumer *c)
 {
-  STATE_ENTER(&HttpSM::tunnel_handler_plugin_client, event);
+  STATE_ENTER(tunnel_handler_plugin_client, event);

Review Comment:
   Fixed — the label now reads `tunnel_handler_plugin_agent` (the enclosing 
method), so the emitted probe is `state_enter_tunnel_handler_plugin_agent` and 
the debug tag matches the code.



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