Searched refs:supports_non_final_response (Results 1 – 4 of 4) sorted by relevance
174 CU_ASSERT(d.supports_non_final_response()); in test_downstream_supports_non_final_response()179 CU_ASSERT(d.supports_non_final_response()); in test_downstream_supports_non_final_response()184 CU_ASSERT(d.supports_non_final_response()); in test_downstream_supports_non_final_response()189 CU_ASSERT(!d.supports_non_final_response()); in test_downstream_supports_non_final_response()194 CU_ASSERT(!d.supports_non_final_response()); in test_downstream_supports_non_final_response()
443 bool supports_non_final_response() const;
898 bool Downstream::supports_non_final_response() const { in supports_non_final_response() function in shrpx::Downstream
1115 !downstream->supports_non_final_response()) { in on_downstream_header_complete()