Searched refs:recv_body_length (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_api_downstream_connection.cc | 312 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()
|
D | shrpx_downstream.h | 157 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
|
D | shrpx_downstream.cc | 664 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()
|
D | shrpx_http_downstream_connection.cc | 1150 resp.recv_body_length += len; in htp_bodycb()
|
D | shrpx_http2_session.cc | 1447 resp.recv_body_length += len; in on_data_chunk_recv_callback()
|