Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ update
Method
update
src/proxy/http3/Http3Frame.cc:151–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
bool
152
Http3Frame::update()
153
{
154
if (!this->_is_ready) {
155
this->_is_ready = this->_parse();
156
}
157
158
return this->_is_ready;
159
}
160
161
bool
162
Http3Frame::_parse()
Callers
11
getPathHash
Method · 0.45
getHashKey
Method · 0.45
send_data_frames_depends_on_priority
Method · 0.45
test_Http2DependencyTree.cc
File · 0.45
on_read_ready
Method · 0.45
test_Http3Frame.cc
File · 0.45
hdrtoken_hash
Function · 0.45
url_CryptoHash_get_fast
Function · 0.45
url_CryptoHash_get_general
Function · 0.45
url_CryptoHash_get_general_92
Function · 0.45
url_host_CryptoHash_get
Function · 0.45
Calls
1
_parse
Method · 0.95
Tested by
no test coverage detected