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

Method get_shutdown_state

include/proxy/http2/Http2ConnectionState.h:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526inline Http2ShutdownState
527Http2ConnectionState::get_shutdown_state() const
528{
529 return shutdown_state;
530}
531
532inline void
533Http2ConnectionState::set_shutdown_state(Http2ShutdownState state, Http2ErrorCode reason)

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