maskit commented on a change in pull request #7150:
URL: https://github.com/apache/trafficserver/pull/7150#discussion_r479840181
##########
File path: iocore/net/SSLNetVConnection.cc
##########
@@ -1364,6 +1365,7 @@ SSLNetVConnection::sslServerHandShakeEvent(int &err)
#if TS_USE_TLS_ASYNC
case SSL_ERROR_WANT_ASYNC:
+ SSL_INCREMENT_DYN_STAT(ssl_error_async);
Review comment:
Adding this metric on another commit (PR) would make future debugging
easy, because you'd lose the metric if you had to revert this entire change.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]