summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-03-26 09:28:20 +0100
committerYann Ylavic <ylavic@apache.org>2015-03-26 09:28:20 +0100
commit39d1943a4800952f826e173556cfc7da459bcaee (patch)
treef3d43905ac978ec0c1d74ff6a774c360e43d5a68 /CHANGES
parentcore_filters: restore/disable TCP_NOPUSH option after non-blocking sendfile. (diff)
downloadapache2-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ab8ff8226..01b0b4df9d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]