summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2019-11-30 21:28:36 +0100
committerEric Covener <covener@apache.org>2019-11-30 21:28:36 +0100
commit659cf30d6f45726b67f149c43d2441396113f34a (patch)
treeb34bdf63fdea70e8733bf3d7e95d6ce70c122494 /CHANGES
parentEnable ppc64le builds, caching now seems to work in Travis for non-x86. (diff)
downloadapache2-659cf30d6f45726b67f149c43d2441396113f34a.tar.xz
apache2-659cf30d6f45726b67f149c43d2441396113f34a.zip
PR63971 expose apr_table_unset for headers/envvars
via nil assignment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e99096813c..f73f111dbf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env,
+ r.headers_out, etc) to remove the key from the table. PR63971.
+ [Eric Covener]
+
*) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the
ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct`
always `on`, irregardless of configuration. Found and reported by