From: Joe Orton Date: Tue, 9 Jun 2026 15:35:27 +0000 (+0000) Subject: * SECURITY.md: Tweak wording around idle clients. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e13efca5a4fb2828c52c15bb627fa00cce45a0a2;p=thirdparty%2Fapache%2Fhttpd.git * SECURITY.md: Tweak wording around idle clients. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935168 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/SECURITY.md b/SECURITY.md index 90b59c83db..8d2c84da5a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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