Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.cc5094 PoolableSession *existing_ss = ua_txn->get_server_session(); in do_http_server_open() local
5096 if (existing_ss) { in do_http_server_open()
5101 … if (ats_ip_addr_port_eq(existing_ss->get_remote_addr(), &t_state.current.server->dst_addr.sa)) { in do_http_server_open()
5103 existing_ss->set_active(); in do_http_server_open()
5104 this->attach_server_session(existing_ss); in do_http_server_open()
5111existing_ss->get_netvc()->set_inactivity_timeout(HRTIME_SECONDS(t_state.txn_conf->keep_alive_no_ac… in do_http_server_open()
5112 existing_ss->release(nullptr); in do_http_server_open()
5121 PoolableSession *existing_ss = ua_txn->get_server_session(); in do_http_server_open() local
5122 if (existing_ss) { in do_http_server_open()
5123existing_ss->get_netvc()->set_inactivity_timeout(HRTIME_SECONDS(t_state.txn_conf->keep_alive_no_ac… in do_http_server_open()
[all …]