Searched refs:set_chunked_response (Results 1 – 4 of 4) sorted by relevance
1012 downstream->set_chunked_response(false); in htp_hdrs_completecb()1017 downstream->set_chunked_response(false); in htp_hdrs_completecb()1019 downstream->set_chunked_response(false); in htp_hdrs_completecb()
423 void set_chunked_response(bool f);
729 void Downstream::set_chunked_response(bool f) { chunked_response_ = f; } in set_chunked_response() function in shrpx::Downstream
1190 downstream->set_chunked_response(true); in on_response_headers()