]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1773346 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 12 Dec 2016 15:21:29 +0000 (15:21 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 Dec 2016 15:21:29 +0000 (15:21 +0000)
commit541623e63b7ff10a6fa1cf45e6331fc99b57ef6c
tree029081a019524fca1754617e251302f9bff15db4
parentbb85ed16453629b03e478d33dbe2a2439232c9bf
Merge r1773346 from trunk:

Drop C-L header and message-body from HTTP 204 responses.

The C-L header can be set in a fcgi/cgi backend or in other
filters like ap_content_length_filter (with the value of 0),
meanwhile the message-body can be returned incorrectly
by any backend. The idea is to remove unnecessary bytes
from a HTTP 204 response.

PR 51350

Submitted by: elukey
Reviewed/backported by: jim

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