svn commit: r1935168 - httpd/httpd/trunk

[email protected] Tue, 09 Jun 2026 15:35:27 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178101932790.253431.12013921190089262982@svn03-he-fi>
Author: jorton
Date: Tue Jun  9 15:35:27 2026
New Revision: 1935168

Log:
* SECURITY.md: Tweak wording around idle clients.

Modified:
   httpd/httpd/trunk/SECURITY.md

Modified: httpd/httpd/trunk/SECURITY.md
==============================================================================
--- httpd/httpd/trunk/SECURITY.md	Tue Jun  9 14:32:07 2026	(r1935167)
+++ httpd/httpd/trunk/SECURITY.md	Tue Jun  9 15:35:27 2026	(r1935168)
@@ -47,7 +47,7 @@ Processing of requests by remote untrust
 NOT crash or prematurely terminate server processes, nor gain code
 execution privileges.  In the default configuration, timeouts are
 applied to most aspects of HTTP request handling such that a single
-client SHOULD NOT tie up a single processing thread or process
+idle client connection SHOULD NOT tie up a single processing thread or process
 indefinitely.
 
 It is the responsibility of the server administrator to tune and