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


##########
src/iocore/net/TLSCertCompression.h:
##########
@@ -40,4 +44,34 @@ constexpr size_t MAX_CERT_UNCOMPRESSED_LEN = 128 * 1024;
  * @param[in] algs A vector that contains compression algorithm names ("zlib", 
"brotli", or "zstd")
  * @return 1 on success
  */
-int register_certificate_compression_preference(SSL_CTX *ctx, const 
std::vector<std::string> &algs);
+int register_certificate_compression_preference(SSL_CTX *ctx, const 
std::vector<std::string> &algs, bool cache);

Review Comment:
   Fixed it.



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