Home
last modified time | relevance | path

Searched refs:http2_expect_body (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream.h166 http2_expect_body(false), in Request()
225 bool http2_expect_body; member
Dshrpx_http2_upstream.cc411 req.http2_expect_body = true; in on_request_headers()
535 if (!req.http2_expect_body) { in initiate_downstream()
734 req.http2_expect_body = false; in on_frame_send_callback()
2341 promised_req.http2_expect_body = false; in on_downstream_push_promise()
Dshrpx_http2_downstream_connection.cc485 transfer_encoding || req.fs.content_length > 0 || req.http2_expect_body) { in push_request_headers()
Dshrpx_http_downstream_connection.cc554 if (req.method != HTTP_CONNECT && req.http2_expect_body && in push_request_headers()
722 (!req.http2_expect_body && req.fs.content_length == 0) || in push_request_headers()
Dshrpx_http3_upstream.cc2282 req.http2_expect_body = true; in http_end_request_headers()
2398 if (!req.http2_expect_body) { in initiate_downstream()