TCP keepalive
-
Difference between TCP keepalive and HTTP keepaliveWeb/Network 2019. 9. 28. 17:41
1. Overview Let's distinguish the difference between TCP keepalive and HTTP keepalive. 2. Description HTTP Keep-Alive A feature that allows HTTP client (usually browser) and server (webserver) to send multiple request/response pairs over the same TCP connection. This decreases latency for 2nd, 3rd,... HTTP request, decreases network traffic and similar. TCP keepalive A totally different beast. I..