]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't set bytes_sent to be 0 when r->assbackwards since this screws up
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 27 Feb 2002 03:55:31 +0000 (03:55 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 27 Feb 2002 03:55:31 +0000 (03:55 +0000)
commit04533b8d2730da51e22ec8f8cd39b7cd0807556c
treee93bc8d11539a884f073810120c77ad98bd96ef9
parent402a038805265e18f0b4cedf5f0c3902a2354e56
Don't set bytes_sent to be 0 when r->assbackwards since this screws up
logging.

The content length filter seems to track bytes_sent properly regardless
of HTTP version.  The HTTP header filter knows not to send C-L (or any
headers) to this client.

showstoppers--;

(Also fix typo of my last name in CHANGES...)

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