Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
Http3HeadersFrame::~Http3HeadersFrame()
273
{
274
if (this->_header_block_uptr == nullptr) {
275
ats_free(this->_header_block);
276
}
277
}
278
279
Ptr<IOBufferBlock>
280
Http3HeadersFrame::to_io_buffer_block() const
Callers
1
reset
Method · 0.95
Calls
1
ats_free
Function · 0.85
Tested by
no test coverage detected