bneradt commented on code in PR #13342:
URL: https://github.com/apache/trafficserver/pull/13342#discussion_r3572043347
##########
src/iocore/net/QUICPacketHandler.cc:
##########
@@ -281,7 +281,8 @@ QUICPacketHandlerIn::_recv_packet(int /* event ATS_UNUSED
*/, UDPPacket *udp_pac
QUICConnectionId new_cid;
QUICCertConfig::scoped_config server_cert;
- SSL *ssl = SSL_new(server_cert->defaultContext());
+ auto default_ctx = server_cert->defaultContext();
Review Comment:
Agreed. This change updates the SSLConfig lookup used by TCP TLS;
QUICCertConfig maintains a separate lookup and still requires a full reload.
I’m treating QUIC secret-update support as follow-up work rather than expanding
this fix into that separate lifecycle.
--
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]