From: Rainer Jung Date: Sun, 19 Apr 2015 19:04:15 +0000 (+0000) Subject: Add CHANGES for r1674659 and r1674660. X-Git-Tag: 2.4.13~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca6a0aa1ac94d39aa2d6d5caf74c2f789a6acba;p=thirdparty%2Fapache%2Fhttpd.git Add CHANGES for r1674659 and r1674660. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674670 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 04efb1b48b1..d78ba679d69 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,13 @@ Changes with Apache 2.4.13 calls r:wsupgrade() can cause a child process crash. [Edward Lu ] + *) mod_proxy, mod_ssl, mod_cache_socache, mod_socache_*: Support machine + readable server-status produced when using the "?auto" query string. + [Rainer Jung] + + *) mod_status: Add more data to machine readable server-status produced + when using the "?auto" query string. [Rainer Jung] + *) mod_proxy_wstunnel: Bypass the handler while the connection is not upgraded to WebSocket, so that other modules can possibly take over the leading HTTP requests. [Yann Ylavic]