MCPcopy Create free account
hub / github.com/apache/trafficserver / populate

Method populate

src/iocore/net/SSLNetVConnection.cc:1689–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687}
1688
1689int
1690SSLNetVConnection::populate(Connection &con, Continuation *c, void *arg)
1691{
1692 int retval = super::populate(con, c, arg);
1693 if (retval != EVENT_DONE) {
1694 return retval;
1695 }
1696 // Add in the SSL data
1697 this->ssl = static_cast<SSL *>(arg);
1698 // Maybe bring over the stats?
1699
1700 sslHandshakeStatus = SSLHandshakeStatus::SSL_HANDSHAKE_DONE;
1701 this->_bindSSLObject();
1702 return EVENT_DONE;
1703}
1704
1705void
1706SSLNetVConnection::_in_context_tunnel()

Callers 1

_migrateFromSSLMethod · 0.45

Calls 1

_bindSSLObjectMethod · 0.95

Tested by

no test coverage detected