From: Joe Orton Date: Fri, 17 Mar 2017 08:37:00 +0000 (+0000) Subject: Formatting fixes. X-Git-Tag: 2.4.26~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfb7390d33df81302897abad164a71c03242dd74;p=apache Formatting fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1787303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c77d71e9e5..37b5ca9900 100644 --- a/CHANGES +++ b/CHANGES @@ -25,7 +25,7 @@ Changes with Apache 2.4.26 *) mod_proxy_http2: support for ProxyPreserverHost directive. [Stefan Eissing] *) mod_http2: fix for crash when running out of memory. - [Robert Swiecki , Stefan Eissing] + [Robert Swiecki , Stefan Eissing] *) mod_proxy_fcgi: Return HTTP 504 rather than 503 in case of proxy timeout. [Luca Toscano] @@ -59,7 +59,7 @@ Changes with Apache 2.4.26 *) mod_proxy: Allow the per-request environment variable "no-proxy" to be used as an alternative to ProxyPass /path !. This is primarily to set exceptions for ProxyPass specified in context. - Use SetEnvIf, not SetEnv. PR 60458. + Use SetEnvIf, not SetEnv. PR 60458. [Eric Covener] *) mod_http2: fixes PR60599, sending proper response for conditional requests answered by mod_cache. [Jeff Wheelhouse, Stefan Eissing] @@ -71,7 +71,7 @@ Changes with Apache 2.4.26 [Yann Ylavic, Stefan Eissing] *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when - modules add empty environment variables to the request. PR60275. + modules add empty environment variables to the request. PR 60275. [] *) mod_http2: fix for possible page fault when stream is resumed during @@ -85,8 +85,8 @@ Changes with Apache 2.4.26 *) mod_http2: limiting DATA frame sizes by TLS record sizes in use on the connection. Flushing outgoing frames earlier. [Stefan Eissing] - *) mod_http2: cleanup beamer registry on server reload, Fixes PR60510. - [Pavel Mateja , Stefan Eissing] + *) mod_http2: cleanup beamer registry on server reload. PR 60510. + [Pavel Mateja , Stefan Eissing] *) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established backend connection, happening with LogLevel trace2 or higher configured, @@ -94,7 +94,7 @@ Changes with Apache 2.4.26 MSVC on Windows). [Yann Ylavic] *) mod_ext_filter: Don't interfere with "error buckets" issued by other - modules. PR60375. [Eric Covener, Lubos Uhliarik] + modules. PR 60375. [Eric Covener, Lubos Uhliarik] *) mod_http2: fixes https://github.com/icing/mod_h2/issues/126 e.g. beam bucket lifetime handling when data is sent over temporary pools.