diff options
author | Greg Ames <gregames@apache.org> | 2003-03-24 17:39:25 +0100 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2003-03-24 17:39:25 +0100 |
commit | 335a2bffeeaa8522f03edee20724e30d0ff4d268 (patch) | |
tree | cd34572e505a33c0086d3ed0eeea3893c956a538 /CHANGES | |
parent | Oops - undo wrong commit (diff) | |
download | apache2-335a2bffeeaa8522f03edee20724e30d0ff4d268.tar.xz apache2-335a2bffeeaa8522f03edee20724e30d0ff4d268.zip |
ap_get_mime_headers_core: allocate space for the trailing null when there
are folded headers. PR 18170 [Peter Mayne <PeterMayne@SPAM_SUX.ap.spherion.com>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) ap_get_mime_headers_core: allocate space for the trailing null + when folding is in effect. + PR 18170 [Peter Mayne <PeterMayne@SPAM_SUX.ap.spherion.com>] + *) Do not bypass output filters when redirecting subrequests internally. PR 17629. [André Malo] |