Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_done
Method
is_done
src/proxy/http3/Http3DataFramer.cc:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool
54
Http3DataFramer::is_done() const
55
{
56
return this->_source_vio->ntodo() == 0;
57
}
Callers
3
on_write_ready
Method · 0.45
is_response_header_sent
Method · 0.45
is_response_body_sent
Method · 0.45
Calls
1
ntodo
Method · 0.80
Tested by
no test coverage detected