MCPcopy 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
571bool
572Http3Transaction::is_response_body_sent() const
573{
574 return this->_data_framer->is_done();
575}
576
577int64_t
578Http3Transaction::_process_read_vio()

Callers

nothing calls this directly

Calls 1

is_doneMethod · 0.45

Tested by

no test coverage detected