Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ~Http3Frame
Method
~Http3Frame
src/proxy/http3/Http3Frame.cc:116–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
Http3Frame::Http3Frame(Http3FrameType type) : _type(type) {}
115
116
Http3Frame::~Http3Frame()
117
{
118
if (this->_reader) {
119
this->_reader->dealloc();
120
}
121
}
122
123
bool
124
Http3Frame::is_valid() const
Callers
5
reset
Method · 0.95
delete_frame
Method · 0.80
delete_data_frame
Method · 0.80
delete_headers_frame
Method · 0.80
delete_settings_frame
Method · 0.80
Calls
1
dealloc
Method · 0.45
Tested by
no test coverage detected