Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h90 HTTP_NO_KEEPALIVE, enumerator
871 HTTPKeepAlive keep_alive = HTTP_NO_KEEPALIVE; in is_header_keep_alive()
882 keep_alive = (con_token == CON_TOKEN_KEEP_ALIVE) ? (HTTP_KEEPALIVE) : (HTTP_NO_KEEPALIVE); in is_header_keep_alive()
890 (HTTP_NO_KEEPALIVE); in is_header_keep_alive()
892 keep_alive = HTTP_NO_KEEPALIVE; in is_header_keep_alive()
900 HTTPKeepAlive retval = HTTP_NO_KEEPALIVE; in keep_alive_get()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc830 s->client_info.keep_alive = HTTP_NO_KEEPALIVE; in BadRequest()
2338 s->client_info.keep_alive = HTTP_NO_KEEPALIVE; in HandlePushError()
3903 s->current.server->keep_alive = HTTP_NO_KEEPALIVE; in retry_server_connection_not_open()
5226 server_info->keep_alive = HTTP_NO_KEEPALIVE; in get_ka_info_from_host_db()
5240 server_info->keep_alive = HTTP_NO_KEEPALIVE; in get_ka_info_from_host_db()
5684 s->client_info.keep_alive = HTTP_NO_KEEPALIVE; in initialize_state_variables_from_request()
6863 s->client_info.keep_alive = HTTP_NO_KEEPALIVE; in handle_response_keep_alive_headers()
7989 s->client_info.keep_alive = HTTP_NO_KEEPALIVE; in build_error_response()
8001 s->client_info.keep_alive = HTTP_NO_KEEPALIVE; in build_error_response()
8006 s->client_info.keep_alive = HTTP_NO_KEEPALIVE; in build_error_response()
[all …]
H A DHttpSM.cc798 t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; in state_read_client_request_header()
1948 t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; // part of the problem, clear it. in state_http_server_open()
3109 t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; in tunnel_handler_server()
3110 t_state.current.server->keep_alive = HTTP_NO_KEEPALIVE; in tunnel_handler_server()
3150 t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; in tunnel_handler_server()
3151 t_state.current.server->keep_alive = HTTP_NO_KEEPALIVE; in tunnel_handler_server()
3207 t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; in tunnel_handler_server()
5591 t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; in handle_post_failure()
5592 t_state.current.server->keep_alive = HTTP_NO_KEEPALIVE; in handle_post_failure()
5845 t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; in do_drain_request_body()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc9203 sm->t_state.client_info.keep_alive = HTTP_NO_KEEPALIVE; in TSHttpTxnCloseAfterResponse()
9209 else if (sm->t_state.client_info.keep_alive == HTTP_NO_KEEPALIVE) { in TSHttpTxnCloseAfterResponse()