Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ getSSLHandShakeComplete
Method
getSSLHandShakeComplete
src/iocore/net/QUICNetVConnection.cc:543–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
}
542
543
bool
544
QUICNetVConnection::getSSLHandShakeComplete() const
545
{
546
return quiche_conn_is_established(this->_quiche_con);
547
}
548
549
void
550
QUICNetVConnection::_bindSSLObject()
Callers
2
_isTryingRenegotiation
Method · 0.95
SSLUtils.cc
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected