Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc312 if (static_cast<size_t>(req.recv_body_length) > apiconf.max_request_body) { in push_upload_data_chunk()
347 if (req.recv_body_length == 0) { in handle_backendconfig()
353 auto rp = mmap(nullptr, req.recv_body_length, PROT_READ, MAP_SHARED, fd_, 0); in handle_backendconfig()
359 auto unmapper = defer(munmap, rp, req.recv_body_length); in handle_backendconfig()
379 last = first + req.recv_body_length; in handle_backendconfig()
Dshrpx_downstream.h157 recv_body_length(0), in Request()
206 int64_t recv_body_length; member
239 recv_body_length(0), in Response()
287 int64_t recv_body_length; member
Dshrpx_downstream.cc664 req_.recv_body_length += datalen; in push_upload_data_chunk()
766 if (req_.fs.content_length != req_.recv_body_length) { in validate_request_recv_body_length()
770 << ", received=" << req_.recv_body_length; in validate_request_recv_body_length()
783 if (resp_.fs.content_length != resp_.recv_body_length) { in validate_response_recv_body_length()
787 << ", received=" << resp_.recv_body_length; in validate_response_recv_body_length()
Dshrpx_http_downstream_connection.cc1150 resp.recv_body_length += len; in htp_bodycb()
Dshrpx_http2_session.cc1447 resp.recv_body_length += len; in on_data_chunk_recv_callback()