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

Method start

src/proxy/http3/Http3Session.cc:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void
124HQSession::start()
125{
126 SET_HANDLER(&HQSession::main_event_handler);
127 this->do_io_read(this, 0, nullptr);
128 this->do_io_write(this, 0, nullptr);
129}
130
131void
132HQSession::destroy()

Callers

nothing calls this directly

Calls 2

do_io_readMethod · 0.45
do_io_writeMethod · 0.45

Tested by

no test coverage detected