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

Method do_io_shutdown

src/proxy/http3/Http3Session.cc:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void
101HQSession::do_io_shutdown(ShutdownHowTo_t /* howto ATS_UNUSED */)
102{
103 ink_assert(false);
104 return;
105}
106
107void
108HQSession::reenable(VIO * /* vio ATS_UNUSED */)

Calls

no outgoing calls

Tested by

no test coverage detected