From: Jeff Trawick Date: Sun, 1 Dec 2013 00:41:01 +0000 (+0000) Subject: 2.4.x CHANGES was updated in r1546547 to cover these entries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e443358c79294f6f11c4bf50d06b8f36760fd38;p=thirdparty%2Fapache%2Fhttpd.git 2.4.x CHANGES was updated in r1546547 to cover these entries git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546774 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f41f6c43b92..1b94e347f77 100644 --- a/CHANGES +++ b/CHANGES @@ -64,12 +64,6 @@ Changes with Apache 2.5.0 save the socket for reuse by the next worker as if it were an APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener] - *) mod_lua: Add rudimentary support for WebSocket interaction. This is - currently request-bound and only supports the WS protocol. [Daniel Gruno] - - *) mod_lua: Add getcookie/setcookie for reading/writing HTTP cookies - [Daniel Gruno] - *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno] *) mod_status, mod_echo: Fix the display of client addresses.