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

Method is_postbuf_valid

include/proxy/http/HttpSM.h:799–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799inline bool
800HttpSM::is_postbuf_valid()
801{
802 return this->_postbuf.is_valid();
803}
804
805inline IOBufferReader *
806HttpSM::get_postbuf_clone_reader()

Callers 3

tunnel_handler_postMethod · 0.95
producer_runMethod · 0.80
producer_handlerMethod · 0.80

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected