]> granicus.if.org Git - apache/commitdiff
Formatting fixes.
authorJoe Orton <jorton@apache.org>
Fri, 17 Mar 2017 08:37:00 +0000 (08:37 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 17 Mar 2017 08:37:00 +0000 (08:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1787303 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c77d71e9e51501088950b46f89e4e57e21c77eed..37b5ca990096a8e40613e502e4410036b18fb38d 100644 (file)
--- 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 <robert@swiecki.net>, Stefan Eissing]
+     [Robert Swiecki <robert swiecki.net>, 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 <Location> 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.
      [<alex2grad AT gmail.com>]
 
   *) 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 <pavel@verotel.cz>, Stefan Eissing]
+  *) mod_http2: cleanup beamer registry on server reload.  PR 60510.
+     [Pavel Mateja <pavel verotel.cz>, 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.