maskit commented on PR #10672: URL: https://github.com/apache/trafficserver/pull/10672#issuecomment-1779599480
The check itself is fine, but the name of CheckOpenSSLSupportsQUIC may be a bit of confusing because the official OpenSSL 3.2 supports QUIC too and we don't have plan to use their API at the moment (and we'd need different code for it). What we really want to check is whether the library is quictls. I'd name it CheckOpenSSLIsQuictls. -- 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]
