bneradt commented on code in PR #12322:
URL: https://github.com/apache/trafficserver/pull/12322#discussion_r2178274115
##########
tools/gdb-helpers.py:
##########
@@ -170,6 +170,15 @@ def event_value_to_description(event_num: int) -> str:
elif event_num == 2002:
return 'TS_EVENT_SSL_SESSION_REMOVE'
+ elif event_num == 2301:
+ return 'TS_EVENT_HTTP_TUNNEL_EVENT_DONE'
+ elif event_num == 2302:
+ return 'TS_EVENT_HTTP_TUNNEL_EVENT_PRECOMPLETE'
+ elif event_num == 2303:
+ return 'TS_EVENT_HTTP_TUNNEL_EVENT_CONSUMER_DETACH'
+ elif event_num == 2304:
+ return 'TS_EVENT_HTTP_TUNNEL_EVENT_ACTIVITY_CHECK'
+
Review Comment:
Good catch.
Also, since these also aren't in the TS_EVENT lists in apidefs.h.in, I'm
also going to keep them their accurate names as seen in the code
(`HTTP_TUNNEL_EVENT.*`).
--
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]