Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h649 HTTPKeepAlive keep_alive_get() const;
898 HTTPHdr::keep_alive_get() const in keep_alive_get() function
914 return this->keep_alive_get() == HTTP_KEEPALIVE; in is_keep_alive_set()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc5691 …s->http_config_param->keepalive_internal_vc ? incoming_request->keep_alive_get() : HTTP_NO_KEEPALI… in initialize_state_variables_from_request()
5693 s->client_info.keep_alive = incoming_request->keep_alive_get(); in initialize_state_variables_from_request()
5799 s->current.server->keep_alive = s->hdr_info.server_response.keep_alive_get(); in initialize_state_variables_from_response()