Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_response_body_sent
Method
is_response_body_sent
src/proxy/http3/Http3Transaction.cc:571–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
}
570
571
bool
572
Http3Transaction::is_response_body_sent() const
573
{
574
return this->_data_framer->is_done();
575
}
576
577
int64_t
578
Http3Transaction::_process_read_vio()
Callers
nothing calls this directly
Calls
1
is_done
Method · 0.45
Tested by
no test coverage detected