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 | 152 recv_body_length(0), in Request() 201 int64_t recv_body_length; member 234 recv_body_length(0), in Response() 282 int64_t recv_body_length; member
|
D | shrpx_downstream.cc | 654 req_.recv_body_length += datalen; in push_upload_data_chunk() 756 if (req_.fs.content_length != req_.recv_body_length) { in validate_request_recv_body_length() 760 << ", received=" << req_.recv_body_length; in validate_request_recv_body_length() 773 if (resp_.fs.content_length != resp_.recv_body_length) { in validate_response_recv_body_length() 777 << ", received=" << resp_.recv_body_length; in validate_response_recv_body_length()
|
D | shrpx_http_downstream_connection.cc | 1127 resp.recv_body_length += len; in htp_bodycb()
|
D | shrpx_http2_session.cc | 1434 resp.recv_body_length += len; in on_data_chunk_recv_callback()
|