Home
last modified time | relevance | path

Searched refs:expect_final_response (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dnghttp.h192 bool expect_final_response; member
Dnghttp.cc174 expect_final_response(false) { in Request()
1797 req->expect_final_response = false; in check_response_header()
1830 req->expect_final_response = true; in check_response_header()
1921 !req->expect_final_response) { in on_header_callback()
2011 if (req->expect_final_response) { in on_frame_recv_callback2()