Home
last modified time | relevance | path

Searched refs:allow_half_open (Results 1 – 13 of 13) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttp1Transaction.cc50 Http1Transaction::allow_half_open() const in allow_half_open() function in Http1Transaction
52 bool config_allows_it = (_sm) ? _sm->t_state.txn_conf->allow_half_open > 0 : true; in allow_half_open()
55 return static_cast<Http1ClientSession *>(_proxy_ssn)->allow_half_open(); in allow_half_open()
H A DHttp1Transaction.h42 bool allow_half_open() const override;
H A DHttp1ClientSession.h73 bool allow_half_open() const;
H A DHttp1ClientSession.cc514 Http1ClientSession::allow_half_open() const in allow_half_open() function in Http1ClientSession
H A DHttpConfig.h588 MgmtByte allow_half_open = 1; member
H A DHttpConfig.cc1266 HttpEstablishStaticConfigByte(c.oride.allow_half_open, "proxy.config.http.allow_half_open"); in startup()
1555 params->oride.allow_half_open = m_master.oride.allow_half_open; in reconfigure()
H A DHttpSM.cc999 if (ua_txn->allow_half_open() || tunnel.has_consumer_besides_client()) { in state_watch_for_client_abort()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DProxyTransaction.cc227 ProxyTransaction::allow_half_open() const in allow_half_open() function in ProxyTransaction
H A DProxyTransaction.h65 virtual bool allow_half_open() const;
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/api/functions/
H A DTSHttpOverridableConfig.en.rst71 …S_CONFIG_HTTP_ALLOW_HALF_OPEN` :ts:cv:`proxy.config.http.allow_half_open`
/dports/www/trafficserver/trafficserver-9.1.1/
H A DCHANGELOG-9.1.0322 #7630 - Add default implementation for allow_half_open
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc8865 ret = _memberp_to_generic(&overridableHttpConfig->allow_half_open, conv); in _conf_to_memberp()
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/files/
H A Drecords.config.en.rst4591 .. ts:cv:: CONFIG proxy.config.http.allow_half_open INT 1