Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
inline bool
505
Http2ConnectionState::is_state_closed() const
506
{
507
return session == nullptr || fini_received;
508
}
509
510
inline bool
511
Http2ConnectionState::is_recursing() const
Callers
6
transaction_done
Method · 0.80
do_io_close
Method · 0.80
do_io_close
Method · 0.80
do_process_frame_read
Method · 0.80
_should_do_something_else
Method · 0.80
TSHttpTxnServerPush
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected