]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The content-length filter needs to compute the length even if the
authorRyan Bloom <rbb@apache.org>
Thu, 9 Nov 2000 03:00:00 +0000 (03:00 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 9 Nov 2000 03:00:00 +0000 (03:00 +0000)
commit8dca57cccd248de04356f3516d35723f072d9e1d
tree31444b8e54fc589d3e64b76378650e2447b2e22a
parent4ee1d8eb592a5bfb744c6e6a4175b50a7d52703b
The content-length filter needs to compute the length even if the
content-length has already been set.  If we don't, then we won't know if
the content-length has changed because some other filter changed the
length of the actual data.  We also ALWAYS want to calculate the content
length if we get the whole brigade in the first call to this function.

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