diff options
author | Eric Covener <covener@apache.org> | 2019-11-30 21:28:36 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2019-11-30 21:28:36 +0100 |
commit | 659cf30d6f45726b67f149c43d2441396113f34a (patch) | |
tree | b34bdf63fdea70e8733bf3d7e95d6ce70c122494 /CHANGES | |
parent | Enable ppc64le builds, caching now seems to work in Travis for non-x86. (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |