Home
last modified time | relevance | path

Searched refs:get_shutdown_state (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ClientSession.cc355 if (this->connection_state.get_shutdown_state() == HTTP2_SHUTDOWN_NONE) { in main_event_handler()
372 if (this->connection_state.get_shutdown_state() == HTTP2_SHUTDOWN_NOT_INITIATED) { in main_event_handler()
H A DHttp2ConnectionState.h306 get_shutdown_state() const in get_shutdown_state() function
H A DHttp2Stream.cc672 if (h2_proxy_ssn->connection_state.get_shutdown_state() == HTTP2_SHUTDOWN_NONE) { in update_write_request()