Home
last modified time | relevance | path

Searched refs:req_failed (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load.cc177 req_failed(0), in Stats()
693 worker->stats.req_failed += req_inflight; in try_again_or_fail()
811 worker->stats.req_failed += req_abandoned; in process_abandoned_streams()
823 worker->stats.req_failed += req_left; in process_request_failure()
831 std::cout << "Process Request Failure:" << worker->stats.req_failed in process_request_failure()
1016 ++worker->stats.req_failed; in on_stream_close()
1024 ++worker->stats.req_failed; in on_stream_close()
3217 stats.req_failed += s.req_failed; in main()
3234 // counted towards req_failed an in main()
[all...]
H A Dh2load.h222 size_t req_failed; member
224 // subset of req_failed.

Completed in 6 milliseconds