From: Eric Covener Date: Wed, 4 Mar 2015 19:22:37 +0000 (+0000) Subject: backported X-Git-Tag: 2.5.0-alpha~3416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b03a6edcbb9d8c6675874fbb11fb1e6e71b2bf0a;p=apache backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664123 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1d1acd51c2..f817c05f83 100644 --- a/CHANGES +++ b/CHANGES @@ -44,10 +44,6 @@ Changes with Apache 2.5.0 at the same time, don't lose errors occuring while forwarding on the first side when none occurs next on the other side, and abort. [Yann Ylavic] - *) mod_lua: After a r:wsupgrade(), mod_lua was not properly - responding to a websockets PING but instead invoking the specified - script. PR57524. [Edward Lu ] - *) mod_macro: Clear macros before initialization to avoid use-after-free on startup or restart when the module is linked statically. PR 57525 [apache.org tech.futurequest.net, Yann Ylavic]