]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a problem in mod_proxy: it would not set the number of bytes
authorMartin Kraemer <martin@apache.org>
Wed, 29 May 2002 20:39:16 +0000 (20:39 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 29 May 2002 20:39:16 +0000 (20:39 +0000)
commit19e2709a5b2621e3537368ac7b8da515602b94c9
treefd2162d1ccccd72e341625cc606c48c7b761fa67
parent284059638b6be84042906ab81893274be8f8738d
Fix a problem in mod_proxy: it would not set the number of bytes
transferred, so other modules could not access the value from
the request_rec->bytes_sent field.
(And indeed, I also observed some time ago that the bytes_sent field was not set.)

PR: 6841
Submitted by: Anthony Howe <achowe (at) snert.com>
Reviewed by: Martin Kraemer

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95362 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/modules/proxy/proxy_util.c