Home
last modified time | relevance | path

Searched refs:live_check (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_live_check.cc41 auto live_check = static_cast<LiveCheck *>(conn->data); in readcb() local
43 rv = live_check->do_read(); in readcb()
45 live_check->on_failure(); in readcb()
55 auto live_check = static_cast<LiveCheck *>(conn->data); in writecb() local
57 rv = live_check->do_write(); in writecb()
59 live_check->on_failure(); in writecb()
68 auto live_check = static_cast<LiveCheck *>(conn->data); in timeoutcb() local
74 live_check->on_failure(); in timeoutcb()
81 auto live_check = static_cast<LiveCheck *>(w->data); in backoff_timeoutcb() local
83 rv = live_check->initiate_connection(); in backoff_timeoutcb()
[all …]
Dshrpx_worker.h101 std::unique_ptr<LiveCheck> live_check; member
Dshrpx_worker.cc354 addr.live_check = std::make_unique<LiveCheck>(loop_, cl_ssl_ctx_, this, in replace_downstream_config()
1332 addr->live_check->schedule(); in downstream_failure()