Searched refs:existing_ss (Results 1 – 1 of 1) sorted by relevance
5094 PoolableSession *existing_ss = ua_txn->get_server_session(); in do_http_server_open() local5096 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()5111 …existing_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() local5122 if (existing_ss) { in do_http_server_open()5123 …existing_ss->get_netvc()->set_inactivity_timeout(HRTIME_SECONDS(t_state.txn_conf->keep_alive_no_ac… in do_http_server_open()[all …]