diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-06-01 08:54:15 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-06-01 08:54:15 +0200 |
commit | 68b56009d5c0a581a1d472c09647597e2ddb5a47 (patch) | |
tree | 0e315dad0622972fa8fc4c5d1893ca8703733916 /CHANGES | |
parent | update Japanese translation (diff) | |
download | apache2-68b56009d5c0a581a1d472c09647597e2ddb5a47.tar.xz apache2-68b56009d5c0a581a1d472c09647597e2ddb5a47.zip |
Fix computation of the size of 'struct sockaddr_un' when passed to 'connect()'.
Use the same logic as the one in ' in 'proxy_util.c'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1598946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un' + when passed to 'connec()'. + [Graham Dumpleton <grahamd apache org>] + *) mod_socache_shmcb: Correct counting of expirations for status display. Expirations happening during retrieval were not counted. [Rainer Jung] |