diff options
author | Joe Schaefer <joes@apache.org> | 2013-02-15 02:32:45 +0100 |
---|---|---|
committer | Joe Schaefer <joes@apache.org> | 2013-02-15 02:32:45 +0100 |
commit | f24ffba0d08363db3e20642bd3c456fcebe94b22 (patch) | |
tree | 3d50eea415a6ec0a1c0687e2455ac22003b6f7f6 /CHANGES | |
parent | Stuff I want to do (diff) | |
download | apache2-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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |