Description: HTTP/1.0-style persistent connections, using Content-Length. Persistent connections allow reuse of the TCP connection, making Web browsing much faster and more efficient. Web servers usually handle this for static content (i.e., files), but not for dynamic content.
|