Using keepalive, the server keeps the connection open so that it can be used again by the browser.
In HTTP/2, there's the stream(tag), which provides us the ability to parallelise requests within a single connection.
Read more about it on this article at web.dev/performance-http2
Ajay Chandrasekar
Network Engineer. Beginning my Journey As Engineer.
One question here !! So in general do server keep the session of the users active using keepalIve ? Or is it like clients sent all request at one go and server responds back for all and close the connection?