masaori335 commented on code in PR #13665:
URL: https://github.com/apache/trafficserver/pull/13665#discussion_r3977070709


##########
tools/hrw4u/src/ast_visitor.py:
##########
@@ -67,22 +87,22 @@ def _visit_section(self, ctx) -> VarSection | Section:
             return self._visit_var_section(ctx.sessionVarSection(), "session")
         name = ctx.name.text
         body = self._visit_body(ctx.sectionBody())

Review Comment:
   It's pre-existing code. Out of scope from 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to