]> granicus.if.org Git - apache/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)
commit009fe2020bfd188f3299b93c055182e965cbc6ea
treee93bc8d11539a884f073810120c77ad98bd96ef9
parent79df332a2f94742754b9bdcfa4b78917ac07c5b0
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