Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
void
101
HQSession::do_io_shutdown(ShutdownHowTo_t /* howto ATS_UNUSED */)
102
{
103
ink_assert(false);
104
return;
105
}
106
107
void
108
HQSession::reenable(VIO * /* vio ATS_UNUSED */)
Callers
9
state_watch_for_client_abort
Method · 0.45
tunnel_handler_post_server
Method · 0.45
tunnel_handler_ssl_producer
Method · 0.45
tunnel_handler_ssl_consumer
Method · 0.45
tunnel_handler_transform_write
Method · 0.45
handle_server_setup_error
Method · 0.45
do_setup_client_request_body_tunnel
Method · 0.45
setup_blind_tunnel
Method · 0.45
do_io_close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected