Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h524 int64_t response_sent_body_length; variable
Dshrpx_https_upstream.cc983 downstream->response_sent_body_length += bodylen; in send_reply()
1029 downstream->response_sent_body_length += html.size(); in error_reply()
1311 downstream->response_sent_body_length += len; in on_downstream_body()
Dshrpx_log.cc662 std::tie(p, last) = copy(downstream->response_sent_body_length, p, last); in upstream_accesslog()
Dshrpx_downstream.cc119 response_sent_body_length(0), in Downstream()
Dshrpx_http2_upstream.cc863 downstream->response_sent_body_length += length; in send_data_callback()