MCPcopy 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
248uint64_t
249Http3DataFrame::payload_length() const
250{
251 return this->_length;
252}
253
254IOBufferReader *
255Http3DataFrame::data() const

Callers 1

test_Http3Frame.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected