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

Method is_peer_closed

include/proxy/ProxySession.h:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259inline bool
260ProxySession::is_peer_closed() const
261{
262 return get_netvc() == nullptr;
263}
264
265inline TSHttpHookID
266ProxySession::get_hookid() const

Callers 3

restart_receivingMethod · 0.80
do_process_frame_readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected