Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ reset
Method
reset
src/proxy/http3/Http3Frame.cc:174–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void
175
Http3Frame::reset(IOBufferReader &reader)
176
{
177
this->~Http3Frame();
178
new (this) Http3Frame(reader);
179
}
180
181
//
182
// UNKNOWN Frame
Callers
2
fast_create
Method · 0.45
test_Http3Frame.cc
File · 0.45
Calls
2
~Http3Frame
Method · 0.95
~Http3HeadersFrame
Method · 0.95
Tested by
no test coverage detected