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

Method is_state_closed

include/proxy/http2/Http2ConnectionState.h:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504inline bool
505Http2ConnectionState::is_state_closed() const
506{
507 return session == nullptr || fini_received;
508}
509
510inline bool
511Http2ConnectionState::is_recursing() const

Callers 6

transaction_doneMethod · 0.80
do_io_closeMethod · 0.80
do_io_closeMethod · 0.80
do_process_frame_readMethod · 0.80
TSHttpTxnServerPushFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected