Searched refs:expect_response_body (Results 1 – 13 of 13) sorted by relevance
386 bool expect_response_body(const std::string &method, int status_code);387 bool expect_response_body(int method_token, int status_code);390 bool expect_response_body(int status_code);
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() function1364 return method != "HEAD" && expect_response_body(status_code); in expect_response_body()1367 bool expect_response_body(int method_token, int status_code) { in expect_response_body() function1368 return method_token != HTTP_HEAD && expect_response_body(status_code); in expect_response_body()
132 return !http2::expect_response_body(htp->status_code); in htp_hdrs_completecb()
779 if (!expect_response_body() || resp_.fs.content_length == -1) { in validate_response_recv_body_length()942 bool Downstream::expect_response_body() const { in expect_response_body() function in shrpx::Downstream944 http2::expect_response_body(req_.method, resp_.http_status); in expect_response_body()
227 if (downstream->expect_response_body() && vallen > 0) { in response_return()
396 bool expect_response_body() const;
1018 } else if (!downstream->expect_response_body()) { in htp_hdrs_completecb()1051 return !http2::expect_response_body(req.method, resp.http_status); in htp_hdrs_completecb()
1177 if (resp.fs.content_length == -1 && downstream->expect_response_body()) { in on_response_headers()1421 if (!downstream->expect_response_body()) { in on_data_chunk_recv_callback()
1867 if (downstream->expect_response_body() || in on_downstream_header_complete()
1416 if (downstream->expect_response_body() || in on_downstream_header_complete()
86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() function498 if (!expect_response_body(stream)) { in nghttp2_http_on_response_headers()
90 static int expect_response_body(nghttp3_http_state *http) { in expect_response_body() function1422 if (!expect_response_body(http)) { in nghttp3_http_on_response_headers()