Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_from_early_data
Method
is_from_early_data
src/proxy/http2/Http2Frame.cc:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
bool
43
Http2Frame::is_from_early_data() const
44
{
45
return this->_from_early_data;
46
}
47
48
//
49
// DATA Frame
Callers
3
rcv_headers_frame
Method · 0.80
rcv_continuation_frame
Method · 0.80
rcv_frame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected