From: Yann Ylavic Date: Tue, 8 Feb 2022 12:14:09 +0000 (+0000) Subject: Fix CHANGES typo. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448a49613cbec50c89da1409be661da10c926efe;p=thirdparty%2Fapache%2Fhttpd.git Fix CHANGES typo. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897862 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 54a6d77ee80..adae633c679 100644 --- a/CHANGES +++ b/CHANGES @@ -15,7 +15,7 @@ Changes with Apache 2.5.1 *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers when an efficient TLS implementation is available. [Yann Ylavic] - *) mom_reqtimeout: Fix missing handshake= timeout enforcement. [Yann Ylavic] + *) mod_reqtimeout: Fix missing handshake= timeout enforcement. [Yann Ylavic] *) mod_dav: Fix regression when gathering properties which could lead to huge memory consumption proportional to the number of resources.