Is HTTP keep alive dependent on TCP keep-alive flag ? Who and how does it know when to set the keep alive flag on TCP?
I’m wondering if TCP layer doesn’t read Application (HTTP Headers) Keep-Alive property. How would it know to set the TCP keep alive flag? Does the browser read our request and request the operating system to send out with the TCP Keep alive true ?