]> granicus.if.org Git - apache/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)
commit7bf310d027265f74d95b3a6a027cb867f058a1ff
tree70c18659e6916e462c09f963cd6bbfb32882761d
parent1cd4c7354180145e10d41d5dbe4d4032839e5377
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