bneradt commented on PR #12405:
URL: https://github.com/apache/trafficserver/pull/12405#issuecomment-3308772729

   > Can we do the same for hits as well?
   > 
   > These functions always return 0 on BoringSSL, so this change would only 
show the misses mysteriously if BoringSSL is used. I don't really care about 
the other two, but hits and misses should be a pair.
   > 
   > * SSL_CTX_sess_accept_good
   > * SSL_CTX_sess_hits
   > * SSL_CTX_sess_misses
   > * SSL_CTX_sess_timeouts
   
   Sounds good. Thank you for representing the BoringSSL perspective. I added a 
commit to address hits for BoringSSL. We don't to do this for OpenSSL because 
we would double count then, since SSL_CTX_sess_hits does report the external 
cache value for OpenSSL.


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