]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_http_header_filter() can't remove itself until after we the
authorJeff Trawick <trawick@apache.org>
Thu, 2 Nov 2000 15:42:56 +0000 (15:42 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 2 Nov 2000 15:42:56 +0000 (15:42 +0000)
commitcba609a3c649dd97ea4f482d27e8c89ed9ed3720
tree70c18659e6916e462c09f963cd6bbfb32882761d
parent78aaf4ee8d281cd6375c0103458343047d776183
ap_http_header_filter() can't remove itself until after we the
CHUNK filter has been added.  Otherwise, f->next won't be the
CHUNK filter and thus the first brigade won't be chunked
properly.
Reported by: wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86799 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c