]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1585824 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 15 Apr 2014 19:13:30 +0000 (19:13 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 15 Apr 2014 19:13:30 +0000 (19:13 +0000)
commit91d7aa0e3134d1f7eb339f3333266081766d88d5
tree24a22f9b321468e9c8d939367f4f13fec6baee83
parent7967f78823def555c56bba6a35fe03a9ce787da3
Merge r1585824 from trunk:

mod_proxy_fcgi: Fix sending of response without some HTTP headers
that might be set by filters.

The problem occurs when no body bytes were read while reading the
response headers, resulting in an empty brigade being sent down
the filter stack.  One particualr filter that mishandles the empty
initial brigade is mod_deflate.  It neglects to add to the response
header fields.

PR: 55558
Submitted by: Jim Riggs <jim riggs.me>
Reviewed by: trawick

Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587694 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/proxy/mod_proxy_fcgi.c