On Thu, 4 Oct 2001, Karr, David wrote:
> How do browsers figure out a response is "Complete" if the origin server
> doesn't send a "Content-Length" header? What is the normal strategy for
> that? The response could be sent in more than one packet, correct?
RFC 2616 defines browsers behavior in this case. There are several
scenarios like Chunked Encoding and end-of-file/connection detection.
See a lengthy discussion in Section 4.4 of the RFC.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.4
Alex.