diff options
author | Graham Leggett <minfrin@apache.org> | 2013-06-10 14:24:33 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-06-10 14:24:33 +0000 |
commit | a2f6d6dc9e9c187bd7c5782e6d9c6d584ce35753 (patch) | |
tree | 9fd1134871f23308dd2d977e9d5be2c8ec2eedce /CHANGES | |
parent | fe1bdf7962249506cd6f2804d3e93aed25e02990 (diff) | |
download | httpd-a2f6d6dc9e9c187bd7c5782e6d9c6d584ce35753.tar.gz |
mod_remoteip: close file in error path
trunk patch: http://svn.apache.org/r1491234
Submitted by: jailletc36
Reviewed by: covener, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1491464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes with Apache 2.4.5 + *) mod_remoteip: close file in error path. [Christophe Jaillet] + *) mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to) Server pools, new apr functions for the request_rec table, input/output filters, LuaCodeCache, LuaMapHandler and multipart form data handling. |