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

Method postbuf_buffer_avail

include/proxy/http/HttpSM.h:756–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756inline int64_t
757HttpSM::postbuf_buffer_avail()
758{
759 return this->_postbuf.postdata_copy_buffer_start->read_avail();
760}
761
762inline void
763HttpSM::postbuf_clear()

Callers 2

tunnel_handler_postMethod · 0.95
producer_handlerMethod · 0.80

Calls 1

read_availMethod · 0.45

Tested by

no test coverage detected