]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't use ap_bucket_read() to find the length unless e->length is
authorJeff Trawick <trawick@apache.org>
Fri, 10 Nov 2000 18:04:44 +0000 (18:04 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 10 Nov 2000 18:04:44 +0000 (18:04 +0000)
commitdf6347c4c4512da337bdb882002e0c4b934215ed
tree1bc256329c8d9d3fcc8700221a770b497875f063
parent87112b9ed318480dfbf1ac51df89b46ff1a7a30f
Don't use ap_bucket_read() to find the length unless e->length is
-1.  Otherwise, we'll never use apr_sendfile().

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