I want to understand HTTP and connections minutely.
Saying "a connection between client and server is set up" is like the tip of iceberg.
Can anyone list down all the things which happen in a HTTP connection?
I have this doubt -
When client sets up a connection, till the server prepares response, is the connection live till that time? Or the request connection is dropped and the server sets up a back response connection to the client?
No responses yet.