Home
last modified time | relevance | path

Searched refs:supports_non_final_response (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_test.cc174 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()
Dshrpx_downstream.h443 bool supports_non_final_response() const;
Dshrpx_downstream.cc898 bool Downstream::supports_non_final_response() const { in supports_non_final_response() function in shrpx::Downstream
Dshrpx_https_upstream.cc1115 !downstream->supports_non_final_response()) { in on_downstream_header_complete()