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

Method new_connection

src/proxy/http3/Http3Session.cc:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void
115HQSession::new_connection(NetVConnection *new_vc, MIOBuffer * /* iobuf ATS_UNUSED */, IOBufferReader * /* reader ATS_UNUSED */)
116{
117 this->con_id = new_vc->get_service<QUICSupport>()->get_quic_connection()->connection_id();
118 this->_handle_if_ssl(new_vc);
119
120 do_api_callout(TS_HTTP_SSN_START_HOOK);
121}
122
123void
124HQSession::start()

Callers 4

create_server_sessionMethod · 0.45
acceptMethod · 0.45
Http09AppMethod · 0.45
Http3AppMethod · 0.45

Calls 3

get_quic_connectionMethod · 0.80
_handle_if_sslMethod · 0.80
connection_idMethod · 0.45

Tested by

no test coverage detected