shinrich commented on a change in pull request #6910:
URL: https://github.com/apache/trafficserver/pull/6910#discussion_r444300685



##########
File path: iocore/net/SSLNetVConnection.cc
##########
@@ -1260,9 +1260,9 @@ SSLNetVConnection::sslServerHandShakeEvent(int &err)
       this->reenable(&read.vio);
       this->read.triggered = 1;
     }
-  }
+  } else

Review comment:
       Added the else so in the async case, the ssl_error == 
SSL_ERROR_WANT_ASYNC case wouldn't trigger the error debug message.  Probably 
doesn't matter much one way or the other.




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


Reply via email to