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

Method set_shutdown_state

include/proxy/http2/Http2ConnectionState.h:532–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532inline void
533Http2ConnectionState::set_shutdown_state(Http2ShutdownState state, Http2ErrorCode reason)
534{
535 shutdown_state = state;
536 shutdown_reason = reason;
537}
538
539inline Event *
540Http2ConnectionState::get_zombie_event()

Callers 3

update_write_requestMethod · 0.80
main_event_handlerMethod · 0.80
main_event_handlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected