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

Method write_avail

src/proxy/http2/Http2CommonSession.cc:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440int64_t
441Http2CommonSession::write_avail()
442{
443 return this->write_buffer->write_avail();
444}
445
446bool
447Http2CommonSession::is_write_high_water() const

Calls

no outgoing calls

Tested by

no test coverage detected