diff options
author | Jim Jagielski <jim@apache.org> | 2006-12-20 03:04:52 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2006-12-20 03:04:52 +0100 |
commit | ffc587fe59ce56b9dfe3b340b29705de7d9b07bb (patch) | |
tree | 0a4f95ea380f7efc4582c072d8c0256590a2c9b7 /CHANGES | |
parent | * Sync with 2.2.x CHANGES (diff) | |
download | apache2-ffc587fe59ce56b9dfe3b340b29705de7d9b07bb.tar.xz apache2-ffc587fe59ce56b9dfe3b340b29705de7d9b07bb.zip |
Sync with 2.2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@488884 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,6 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] - *) core: Fix NONBLOCK status of listening sockets on restart/graceful - [Darius Davis <darius-abz free-range.com.au>] - *) mod_proxy_http: Handle request bodies larger than 2 GB by converting the Content-Length header of the request correctly. PR 40883. [Ruediger Pluem, toadie <toadie643 gmail.com>] @@ -233,6 +230,9 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.4 + *) core: Fix NONBLOCK status of listening sockets on restart/graceful + PR 37680. [Darius Davis <darius-abz free-range.com.au>] + *) mod_deflate: Rework inflate output and deflate output filter to fix several issues: Incorrect handling of flush buckets, potential memory leaks, excessive memory usage in inflate output filter for large compressed |