Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_received_frame_counter
Method
get_received_frame_counter
src/proxy/http3/Http3Session.cc:230–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
Http3FrameCounter *
231
Http3Session::get_received_frame_counter()
232
{
233
return &this->_received_frame_counter;
234
}
235
236
bool
237
Http3Session::is_protocol_framed() const
Callers
2
Http3Transaction
Method · 0.80
Http3App
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected