maskit commented on code in PR #13186: URL: https://github.com/apache/trafficserver/pull/13186#discussion_r3686707282
########## src/iocore/net/quic/QUICConfig.cc: ########## @@ -54,6 +57,24 @@ quic_new_ssl_ctx() return ssl_ctx; } +SSL_CTX * +quic_new_server_ssl_ctx() Review Comment: I forgot we already have `quic_init_client_ssl_ctx`. I still feel like these functions could be reorganized but this is not a blocker. -- 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]
