cmcfarlen commented on code in PR #11937: URL: https://github.com/apache/trafficserver/pull/11937#discussion_r1903619765
########## src/iocore/net/P_SSLNetVConnection.h: ########## @@ -83,12 +81,12 @@ struct SSLCertLookup; -typedef enum { +using SslVConnOp = enum { Review Comment: ```suggestion enum class SslVConnOp { ``` -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org