oknet commented on a change in pull request #6910:
URL: https://github.com/apache/trafficserver/pull/6910#discussion_r442761423
##########
File path: iocore/net/SSLNetVConnection.cc
##########
@@ -1260,9 +1260,9 @@ SSLNetVConnection::sslServerHandShakeEvent(int &err)
this->reenable(&read.vio);
this->read.triggered = 1;
}
Review comment:
Go through to the switch statement at below and return
SSL_HANDSHAKE_WANT_READ, then the `net_read_io()` will reenable vc and set
read state properly.
----------------------------------------------------------------
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]