MCPcopy Create free account
hub / github.com/apache/trafficserver / ~Http3HeadersFrame

Method ~Http3HeadersFrame

src/proxy/http3/Http3Frame.cc:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272Http3HeadersFrame::~Http3HeadersFrame()
273{
274 if (this->_header_block_uptr == nullptr) {
275 ats_free(this->_header_block);
276 }
277}
278
279Ptr<IOBufferBlock>
280Http3HeadersFrame::to_io_buffer_block() const

Callers 1

resetMethod · 0.95

Calls 1

ats_freeFunction · 0.85

Tested by

no test coverage detected