HTTP Non-persistent connection and objects splitting
- by Fabio Carello
I hope this is the right board for my question about HTTP protocol with non-persistent connections.
Suppose a single request for a html object that requires to be split in two different HTML response messages. My question is quite simple: do the connection will be closed after the first packet dispatch and then the other one will be sent on a new connection?
I can't figure out if the non-persistent connection is applied at "single object level" (does't care if on multiples messages) or for every single message.
Thanks for your answers!