Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h475 bool no_more_retry() const;
Dshrpx_downstream.cc1065 bool Downstream::no_more_retry() const { return num_retry_ > 50; } in no_more_retry() function in shrpx::Downstream
Dshrpx_https_upstream.cc1451 if (no_retry || downstream_->no_more_retry()) { in on_downstream_reset()
Dshrpx_http_downstream_connection.cc85 if (downstream->no_more_retry()) { in retry_downstream_connection()
Dshrpx_http2_upstream.cc2078 if (no_retry || downstream->no_more_retry()) { in on_downstream_reset()