diff options
author | Graham Leggett <minfrin@apache.org> | 2013-11-16 19:50:45 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-11-16 19:50:45 +0100 |
commit | 6aafe58a02c419d337308a6bb85c9a12e8e02f0d (patch) | |
tree | 5f3dbf86b4b3453e1d2ad1368ce86fabed64d233 /CHANGES | |
parent | Check all memory allocations and abort on failure (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>] |