Searched defs:expect_response_body (Results 1 – 5 of 5) sorted by relevance
86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() function
1358 bool expect_response_body(int status_code) { in expect_response_body() function1363 bool expect_response_body(const std::string &method, int status_code) { in expect_response_body() function1367 bool expect_response_body(int method_token, int status_code) { in expect_response_body() function
942 bool Downstream::expect_response_body() const { in expect_response_body() function in shrpx::Downstream
90 static int expect_response_body(nghttp3_http_state *http) { in expect_response_body() function