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

Method is_write_high_water

src/proxy/http2/Http2CommonSession.cc:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446bool
447Http2CommonSession::is_write_high_water() const
448{
449 return this->write_buffer->high_water();
450}
451
452void
453Http2CommonSession::write_reenable()

Callers 1

send_a_data_frameMethod · 0.80

Calls 1

high_waterMethod · 0.45

Tested by

no test coverage detected