MCPcopy Create free account
hub / github.com/apache/trafficserver / is_response_header_sent

Method is_response_header_sent

src/proxy/http3/Http3Transaction.cc:565–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565bool
566Http3Transaction::is_response_header_sent() const
567{
568 return this->_header_framer->is_done();
569}
570
571bool
572Http3Transaction::is_response_body_sent() const

Callers 2

generate_frameMethod · 0.80
generate_frameMethod · 0.80

Calls 1

is_doneMethod · 0.45

Tested by

no test coverage detected