]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Always compute the content-length regardless of whether it is sent to the
authorRyan Bloom <rbb@apache.org>
Tue, 7 Nov 2000 00:58:49 +0000 (00:58 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 7 Nov 2000 00:58:49 +0000 (00:58 +0000)
commitef7c2afd078e7fe8d27a15ee6f83f1c26bbc4d5c
treef11ce7233cae2bae260b8fc239a0b1556309e312
parent1fd1b8ef06ec53d35b2051112fc7a994b6dba6ff
Always compute the content-length regardless of whether it is sent to the
client or not.  The reason for this, is that it allows us to log the
bytes sent to the client correctly.  This also simplifies the
content-length filter a bit, by making it a single pass through the
brigade.

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