Home
last modified time | relevance | path

Searched refs:expect_response_body (Results 1 – 13 of 13) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.h386 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);
Dhttp2.cc1358 bool expect_response_body(int status_code) { in expect_response_body() function
1363 bool expect_response_body(const std::string &method, int status_code) { in expect_response_body() function
1364 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() function
1368 return method_token != HTTP_HEAD && expect_response_body(status_code); in expect_response_body()
Dh2load_http1_session.cc132 return !http2::expect_response_body(htp->status_code); in htp_hdrs_completecb()
Dshrpx_downstream.cc779 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::Downstream
944 http2::expect_response_body(req_.method, resp_.http_status); in expect_response_body()
Dshrpx_mruby_module_response.cc227 if (downstream->expect_response_body() && vallen > 0) { in response_return()
Dshrpx_downstream.h396 bool expect_response_body() const;
Dshrpx_http_downstream_connection.cc1018 } 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()
Dshrpx_http2_session.cc1177 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()
Dshrpx_http2_upstream.cc1867 if (downstream->expect_response_body() || in on_downstream_header_complete()
Dshrpx_http3_upstream.cc1416 if (downstream->expect_response_body() || in on_downstream_header_complete()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_http.c86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() function
498 if (!expect_response_body(stream)) { in nghttp2_http_on_response_headers()
/third_party/nghttp2/lib/
Dnghttp2_http.c86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() function
498 if (!expect_response_body(stream)) { in nghttp2_http_on_response_headers()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_http.c90 static int expect_response_body(nghttp3_http_state *http) { in expect_response_body() function
1422 if (!expect_response_body(http)) { in nghttp3_http_on_response_headers()