summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2020-05-16 18:28:50 +0000
committerEric Covener <covener@apache.org>2020-05-16 18:28:50 +0000
commit5d51c6db9cad67df4b0c9c32eab86065cadd5e08 (patch)
treeacae39086b8a2fcbdde91ee2bb69376f483f3149 /CHANGES
parent5e8b57af25e412118ce2881f4599bbea4929e551 (diff)
downloadhttpd-5d51c6db9cad67df4b0c9c32eab86065cadd5e08.tar.gz
PR 64365: proxy_fcgi doesn't check expression before unsetting var
Submitted By: Michael König <mail ikoenig.net> Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 39900f0a4a..4156f5c028 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_proxy_fcgi: ProxyFCGISetEnvIf unsets variables when expression
+ evaluates to false. PR64365. [Michael König <mail ikoenig.net>]
+
*) mod_http2: Fixed regression that caused connections to close when mod_reqtimeout
was configured with a handshake timeout. Fixes gitub issue #196.
[Stefan Eissing]