Home
last modified time | relevance | path

Searched refs:no_more_retry (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream.h480 bool no_more_retry() const;
H A Dshrpx_downstream.cc1071 bool Downstream::no_more_retry() const { return num_retry_ > 50; } in no_more_retry() function in shrpx::Downstream
H A Dshrpx_http_downstream_connection.cc87 if (downstream->no_more_retry()) { in retry_downstream_connection()
H A Dshrpx_https_upstream.cc1495 if (no_retry || downstream_->no_more_retry()) { in on_downstream_reset()
H A Dshrpx_http2_upstream.cc2096 if (no_retry || downstream->no_more_retry()) { in on_downstream_reset()
H A Dshrpx_http3_upstream.cc1621 if (no_retry || downstream->no_more_retry()) { in on_downstream_reset()

Completed in 14 milliseconds