diff options
author | Nick Kew <niq@apache.org> | 2009-08-23 04:00:43 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2009-08-23 04:00:43 +0200 |
commit | 93cdac913c3697d21e10f6d58e0c245c19b71835 (patch) | |
tree | 6cb76d4e15fb2a821acd842f6d88238fde77bf85 /CHANGES | |
parent | Switch mod_dbd to using APR_STATUS_IS_foo macros in error handling (diff) | |
download | apache2-93cdac913c3697d21e10f6d58e0c245c19b71835.tar.xz apache2-93cdac913c3697d21e10f6d58e0c245c19b71835.zip |
Return consistent error status for proxy unable to connect
PR 46971
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.3.3 + *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE, + rather than BAD_GATEWAY or (especially) NOT_FOUND. + PR 46971 [evanc nortel.com] + *) Various modules: Do better checking of pollset operations in order to avoid segmentation faults if they fail. PR 46467 [Stefan Fritsch <sf sfritsch.de>] |