Searched refs:chunked_response_ (Results 1 – 2 of 2) sorted by relevance
141 chunked_response_(false), in Downstream()717 bool Downstream::get_chunked_response() const { return chunked_response_; } in get_chunked_response()719 void Downstream::set_chunked_response(bool f) { chunked_response_ = f; } in set_chunked_response()873 chunked_response_ = true; in inspect_http1_response()
591 bool chunked_response_; variable