Home
last modified time | relevance | path

Searched refs:dyn_rec (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_live_check.cc108 readcb, timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold,
109 get_config()->tls.dyn_rec.idle_timeout, Proto::NONE),
H A Dshrpx_client_handler.cc450 timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold, in ClientHandler()
451 get_config()->tls.dyn_rec.idle_timeout, in ClientHandler()
H A Dshrpx_http_downstream_connection.cc210 get_config()->tls.dyn_rec.warmup_threshold,
211 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP1),
H A Dshrpx_http2_session.cc190 get_config()->tls.dyn_rec.warmup_threshold,
191 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP2),
H A Dshrpx.cc1977 auto &dyn_recconf = tlsconf.dyn_rec; in fill_default_config()
2986 << util::utos_unit(config->tls.dyn_rec.warmup_threshold) << R"( in print_help()
2993 << util::duration_str(config->tls.dyn_rec.idle_timeout) << R"( in print_help()
H A Dshrpx_config.h714 } dyn_rec; member
H A Dshrpx_config.cc3640 config->tls.dyn_rec.warmup_threshold = n; in parse_config()
3646 return parse_duration(&config->tls.dyn_rec.idle_timeout, opt, optarg); in parse_config()

Completed in 26 milliseconds