]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* SECURITY.md: Tweak wording around idle clients.
authorJoe Orton <jorton@apache.org>
Tue, 9 Jun 2026 15:35:27 +0000 (15:35 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 9 Jun 2026 15:35:27 +0000 (15:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935168 13f79535-47bb-0310-9956-ffa450edef68

SECURITY.md

index 90b59c83dbd2376932d8343f87a67bfce4daabe6..8d2c84da5a8e3269e273b037e71e6c6a9f7f875b 100644 (file)
@@ -47,7 +47,7 @@ Processing of requests by remote untrusted users (HTTP clients) MUST
 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