From 54c9571a427c3445ae8617ff5789916e086a8f09 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 8 Nov 2000 22:37:29 +0000 Subject: [PATCH] Slight clarification of chunked encoding and keep-alives. Thanks Tony. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86875 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 740b10eedd..7119f4dd3f 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -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.

+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.

See also MaxKeepAliveRequests.

-- 2.40.0