shukitchan opened a new pull request, #12635:
URL: https://github.com/apache/trafficserver/pull/12635

   This pull request makes a small but important fix to the `print_port` 
function in `plugins/experimental/wasm/ats_context.cc`. The change improves how 
the function determines the IP address family before extracting the port number.
   
   * The condition for handling IPv6 addresses now explicitly checks for 
`AF_INET6` instead of using a generic `else`, ensuring correct behavior when 
the address family is not IPv4 or IPv6.Wasm plugin: Handle AF_INET6 case for 
port extraction


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