summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2013-11-16 19:50:45 +0100
committerGraham Leggett <minfrin@apache.org>2013-11-16 19:50:45 +0100
commit6aafe58a02c419d337308a6bb85c9a12e8e02f0d (patch)
tree5f3dbf86b4b3453e1d2ad1368ce86fabed64d233 /CHANGES
parentCheck all memory allocations and abort on failure (diff)
downloadapache2-6aafe58a02c419d337308a6bb85c9a12e8e02f0d.tar.xz
apache2-6aafe58a02c419d337308a6bb85c9a12e8e02f0d.zip
mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
to support write completion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1542546 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 7e79aa8293..79848fced3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
+ to support write completion. [Graham Leggett]
+
*) Fix potential rejection of valid MaxMemFree and ThreadStackSize
directives. [Mike Rumph <mike.rumph oracle.com>]