diff options
author | Yann Ylavic <ylavic@apache.org> | 2015-03-26 09:28:20 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2015-03-26 09:28:20 +0100 |
commit | 39d1943a4800952f826e173556cfc7da459bcaee (patch) | |
tree | f3d43905ac978ec0c1d74ff6a774c360e43d5a68 /CHANGES | |
parent | core_filters: restore/disable TCP_NOPUSH option after non-blocking sendfile. (diff) | |
download | apache2-39d1943a4800952f826e173556cfc7da459bcaee.tar.xz apache2-39d1943a4800952f826e173556cfc7da459bcaee.zip |
CHANGES: follow up to r1669289.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1669292 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.0 + *) core_filters: restore/disable TCP_NOPUSH option after non-blocking + sendfile. [Yann Ylavic] + *) core: Initialize scoreboard's used optional functions on graceful restarts to avoid a crash when relocation occurs. PR 57177. [Yann Ylavic] |