Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.cc150 auto &timeoutconf = get_config()->http2.timeout; in Downstream() local
153 timeoutconf.stream_read); in Downstream()
155 timeoutconf.stream_write); in Downstream()
157 timeoutconf.stream_read); in Downstream()
159 timeoutconf.stream_write); in Downstream()
981 auto &timeoutconf = get_config()->http2.timeout; in reset_upstream_wtimer() local
983 if (timeoutconf.stream_write != 0.) { in reset_upstream_wtimer()
986 if (timeoutconf.stream_read != 0.) { in reset_upstream_wtimer()
1025 auto &timeoutconf = get_config()->http2.timeout; in reset_downstream_wtimer() local
1027 if (timeoutconf.stream_write != 0.) { in reset_downstream_wtimer()
[all …]
Dshrpx.cc1498 auto &timeoutconf = upstreamconf.timeout; in fill_default_config() local
1499 timeoutconf.settings = 10_s; in fill_default_config()
1533 auto &timeoutconf = downstreamconf.timeout; in fill_default_config() local
1534 timeoutconf.settings = 10_s; in fill_default_config()
1577 auto &timeoutconf = upstreamconf.timeout; in fill_default_config() local
1579 timeoutconf.http2_read = 3_min; in fill_default_config()
1582 timeoutconf.read = 1_min; in fill_default_config()
1585 timeoutconf.write = 30_s; in fill_default_config()
1588 timeoutconf.idle_read = 1_min; in fill_default_config()
1596 auto &timeoutconf = downstreamconf.timeout; in fill_default_config() local
[all …]