]> granicus.if.org Git - apache/commitdiff
Slight clarification of chunked encoding and keep-alives. Thanks Tony.
authorJoshua Slive <slive@apache.org>
Wed, 8 Nov 2000 22:37:29 +0000 (22:37 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 8 Nov 2000 22:37:29 +0000 (22:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86875 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 740b10eeddfe9e2b2170e101fbac5f90a939f0ec..7119f4dd3f0b441bf3c5fba5b10d0d548f626775 100644 (file)
@@ -1328,9 +1328,9 @@ the length of the content is known in advance.  This implies that
 dynamic content such as CGI output, SSI pages, and server-generated
 directory listings will generally not use Keep-Alive connections to
 HTTP/1.0 clients.  For HTTP/1.1 clients, persistent connections are
-the default unless otherwise specified.  Chunked encoding will be used
-in order to send content of unknown length over persistent
-connections.</p>
+the default unless otherwise specified.  If the client requests it,
+chunked encoding will be used in order to send content of unknown
+length over persistent connections.</p>
 
 <p>See also  <A
 HREF="#maxkeepaliverequests">MaxKeepAliveRequests</A>.</P>