Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
inline bool
260
ProxySession::is_peer_closed() const
261
{
262
return get_netvc() == nullptr;
263
}
264
265
inline TSHttpHookID
266
ProxySession::get_hookid() const
Callers
3
restart_receiving
Method · 0.80
do_process_frame_read
Method · 0.80
_should_do_something_else
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected