MCPcopy Create free account
hub / github.com/apache/trafficserver / Http3DataFrame

Method Http3DataFrame

src/proxy/http3/Http3Frame.cc:207–210  ·  view source on GitHub ↗

For receiving frame

Source from the content-addressed store, hash-verified

205
206// For receiving frame
207Http3DataFrame::Http3DataFrame(IOBufferReader &reader) : Http3Frame(reader)
208{
209 this->_payload_len = this->_length;
210}
211
212// For sending frame
213Http3DataFrame::Http3DataFrame(IOBufferReader &reader, size_t payload_len)

Callers

nothing calls this directly

Calls 5

encodeFunction · 0.85
free_MIOBufferFunction · 0.85
get_current_blockMethod · 0.80
alloc_readerMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected