Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_protocol_framed
Method
is_protocol_framed
src/proxy/ProxySession.cc:220–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
bool
221
ProxySession::is_protocol_framed() const
222
{
223
return false;
224
}
225
226
uint64_t
227
ProxySession::get_received_frame_count(uint64_t /* type ATS_UNUSED */) const
Callers
1
TSHttpSsnInfoIntGet
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected