]> granicus.if.org Git - apache/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)
commitd6cf33982408492af23d648ca69ac1f98857e915
treef11ce7233cae2bae260b8fc239a0b1556309e312
parent5b834d5f0bcd886ed95c2758bd5acbc4e7e5f8b4
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