Searched refs:timeoutconf (Results 1 – 2 of 2) sorted by relevance
151 auto &timeoutconf = get_config()->http2.timeout; in Downstream() local154 timeoutconf.stream_read); in Downstream()156 timeoutconf.stream_write); in Downstream()158 timeoutconf.stream_read); in Downstream()160 timeoutconf.stream_write); in Downstream()993 auto &timeoutconf = get_config()->http2.timeout; in reset_upstream_wtimer() local995 if (timeoutconf.stream_write != 0.) { in reset_upstream_wtimer()998 if (timeoutconf.stream_read != 0.) { in reset_upstream_wtimer()1037 auto &timeoutconf = get_config()->http2.timeout; in reset_downstream_wtimer() local1039 if (timeoutconf.stream_write != 0.) { in reset_downstream_wtimer()[all …]
2019 auto &timeoutconf = upstreamconf.timeout; in fill_default_config() local2020 timeoutconf.settings = 10_s; in fill_default_config()2058 auto &timeoutconf = downstreamconf.timeout; in fill_default_config() local2059 timeoutconf.settings = 10_s; in fill_default_config()2082 auto &timeoutconf = upstreamconf.timeout; in fill_default_config() local2083 timeoutconf.idle = 30_s; in fill_default_config()2138 auto &timeoutconf = upstreamconf.timeout; in fill_default_config() local2140 timeoutconf.http2_read = 3_min; in fill_default_config()2143 timeoutconf.http3_read = 3_min; in fill_default_config()2146 timeoutconf.read = 1_min; in fill_default_config()[all …]