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

Method _handle_if_ssl

src/proxy/ProxySession.cc:314–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void
315ProxySession::_handle_if_ssl(NetVConnection *new_vc)
316{
317 auto tbs = new_vc->get_service<TLSBasicSupport>();
318 if (tbs) {
319 _ssl = std::make_unique<SSLProxySession>();
320 _ssl.get()->init(*new_vc);
321 }
322}
323
324VIO *
325ProxySession::do_io_read(Continuation *c, int64_t nbytes, MIOBuffer *buf)

Callers 3

new_connectionMethod · 0.80
new_connectionMethod · 0.80
new_connectionMethod · 0.80

Calls 2

initMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected