summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Schaefer <joes@apache.org>2013-02-15 02:32:45 +0100
committerJoe Schaefer <joes@apache.org>2013-02-15 02:32:45 +0100
commitf24ffba0d08363db3e20642bd3c456fcebe94b22 (patch)
tree3d50eea415a6ec0a1c0687e2455ac22003b6f7f6 /CHANGES
parentStuff I want to do (diff)
downloadapache2-f24ffba0d08363db3e20642bd3c456fcebe94b22.tar.xz
apache2-f24ffba0d08363db3e20642bd3c456fcebe94b22.zip
ap_rgetline_core() now pulls from r->proto_input_filters
for better input filtering behavior during chunked trailer processing by ap_http_filter(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 965a892bb2..24c46bc37e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) core: ap_rgetline_core now pulls from r->proto_input_filters.
+
*) mod_proxy_html: process parsed comments immediately.
Fixes bug where parsed comments may be lost. [Nick Kew]