]> 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)
commit1615954b5b26522de1aef7cae6529526aabc1467
tree31444b8e54fc589d3e64b76378650e2447b2e22a
parent2a061077e10cf3f1240880ca153ba7465a7b9dd3
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