MCPcopy 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
543bool
544QUICNetVConnection::getSSLHandShakeComplete() const
545{
546 return quiche_conn_is_established(this->_quiche_con);
547}
548
549void
550QUICNetVConnection::_bindSSLObject()

Callers 2

SSLUtils.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected