HTTP Non-persistent connection and objects splitting

Posted by Fabio Carello on Server Fault See other posts from Server Fault or by Fabio Carello
Published on 2013-10-22T15:17:47Z Indexed on 2013/10/22 15:56 UTC
Read the original article Hit count: 383

Filed under:
|
|

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!

© Server Fault or respective owner

Related posts about http

Related posts about split