Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.cc177 req_failed(0), in Stats()
684 worker->stats.req_failed += req_inflight; in try_again_or_fail()
802 worker->stats.req_failed += req_abandoned; in process_abandoned_streams()
814 worker->stats.req_failed += req_left; in process_request_failure()
822 std::cout << "Process Request Failure:" << worker->stats.req_failed in process_request_failure()
1007 ++worker->stats.req_failed; in on_stream_close()
1015 ++worker->stats.req_failed; in on_stream_close()
3204 stats.req_failed += s.req_failed; in main()
3223 (stats.req_todo - stats.req_status_success - stats.req_failed); in main()
3224 stats.req_failed += req_not_issued; in main()
[all …]
Dh2load.h222 size_t req_failed; member