maskit commented on code in PR #13186:
URL: https://github.com/apache/trafficserver/pull/13186#discussion_r3685324296


##########
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:
   Why a new function? The code surrounded by ifdef could be placed in 
quic_new_ssl_ctx. And the version settings are done there.



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