Follow up to r1740910: CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2018-01-11 00:23:09 +00:00
parent 3326d8ffd5
commit 66a6f64cca

View File

@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
*) mpm_event: Update scoreboard status for KeepAlive state. [Yann Ylavic]
*) core, mpm_event: Avoid a small memory leak of the scoreboard handle, for
the lifetime of the connection, each time it is processed by MPM event.
[Yann Ylavic]