Keep-Alive
RU: Keep-Alive
An HTTP or TCP mechanism that holds a connection open between requests, avoiding the cost of a new TCP handshake for each request. In HTTP/1.1 connections are persistent by default; the server can close after a configurable idle timeout. A separate TCP keep-alive feature sends small probes to detect silently dead peers.