Commit 68383d4b authored by Rainer Jung's avatar Rainer Jung
Browse files

Fix two CHANGES typos and remove whitespace

from empty lines.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742441 13f79535-47bb-0310-9956-ffa450edef68
parent 4939f6e4
Loading
Loading
Loading
Loading
+31 −31
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Changes with Apache 2.4.21
     Workaround for http: when forwarding partial file buckets to keep the
     output filter from closing these too early. [Stefan Eissing]

  *) mod_http2: elimination of fixed master connectin buffer for TLS 
  *) mod_http2: elimination of fixed master connection buffer for TLS 
     connections. New scratch bucket handling optimized for TLS write sizes. 
     File bucket data read directly into scratch buffers, avoiding one
     copy. Non-TLS connections continue to pass buckets unchanged to the core
@@ -37,7 +37,7 @@ Changes with Apache 2.4.21

  *) mod_http2: new "bucket beam" technology to transport buckets across
     threads without buffer copy. Delaying response start until flush or
     enough body data has been accumulated. Overall significanlty smaller
     enough body data has been accumulated. Overall significantly smaller
     memory footprint. [Stefan Eissing]

  *) core: New CGIVar directive can configure REQUEST_URI to represent the