shinrich commented on a change in pull request #6910:
URL: https://github.com/apache/trafficserver/pull/6910#discussion_r446967042
##########
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:
Ok, I see the issue for the blind tunnel. And the err variable. Added
another commit which removed the "else". Other than the extra debug message,
the else wasn't really fixing anything.
----------------------------------------------------------------
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]