diff options
author | Yann Ylavic <ylavic@apache.org> | 2018-05-02 13:16:00 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2018-05-02 13:16:00 +0200 |
commit | f5c6ef494e0cc977181c9033b1e17e96ebe9922e (patch) | |
tree | 0973b19de8074300eb7e40615ccac38f53c4b03b /CHANGES | |
parent | On the trunk: (diff) | |
download | apache2-f5c6ef494e0cc977181c9033b1e17e96ebe9922e.tar.xz apache2-f5c6ef494e0cc977181c9033b1e17e96ebe9922e.zip |
Follow up to r1822537: replace static variable with pool userdata.
Also adds a comment and a CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1830744 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. + [Yann Ylavic] + *) mod_http2: restoring the v1.10.16 keepalive timeout behavioud of mod_http2 (to be verified). [Stefan Eissing] |