Home
last modified time | relevance | path

Searched refs:is_postbuf_valid (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.h396 bool is_postbuf_valid();
790 HttpSM::is_postbuf_valid() in is_postbuf_valid() function
H A DHttpTunnel.cc862 if ((p->vc_type == HT_BUFFER_READ && sm->is_postbuf_valid()) || in producer_run()
1135 if ((p->vc_type == HT_BUFFER_READ && sm->is_postbuf_valid()) || in producer_handler()
H A DHttpSM.cc2852 if (is_waiting_for_full_body && !this->is_postbuf_valid()) { in tunnel_handler_post()