In http transaction for request and response which scenario is occurred ?
- client (web browser) open connection and send it's request and connection open (keep alive) until server accept and answer then close connection ?
- client (web browser) open connection and send it's request then connection is closed and server accept and answer and reconnect and send response ?
in http1.0 and http1.1 this scenario is different ?