Searched refs:set_request_pending (Results 1 – 3 of 3) sorted by relevance
238 downstream_->set_request_pending(true); in push_request_headers()243 downstream_->set_request_pending(false); in push_request_headers()
401 void set_request_pending(bool f);
1083 void Downstream::set_request_pending(bool f) { request_pending_ = f; } in set_request_pending() function in shrpx::Downstream