Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ payload_length
Method
payload_length
src/proxy/http3/Http3Frame.cc:248–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
uint64_t
249
Http3DataFrame::payload_length() const
250
{
251
return this->_length;
252
}
253
254
IOBufferReader *
255
Http3DataFrame::data() const
Callers
1
test_Http3Frame.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected