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