Home
last modified time | relevance | path

Searched refs:background_fill_threshold (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpConfig.h706 MgmtFloat background_fill_threshold = 0.5; member
H A DHttpConfig.cc1205 …HttpEstablishStaticConfigFloat(c.oride.background_fill_threshold, "proxy.config.http.background_fi… in startup()
1485 params->oride.background_fill_threshold = m_master.oride.background_fill_threshold; in reconfigure()
H A DHttpSM.cc3296 if (t_state.txn_conf->background_fill_threshold <= 0.001) { in is_bg_fill_necessary()
3309 if (pDone <= 1.0 && pDone > t_state.txn_conf->background_fill_threshold) { in is_bg_fill_necessary()
3313 t_state.txn_conf->background_fill_threshold, ua_body_done, ua_cl); in is_bg_fill_necessary()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc8703 ret = _memberp_to_generic(&overridableHttpConfig->background_fill_threshold, conv); in _conf_to_memberp()