]> granicus.if.org Git - apache/commit
Fix the byterange filter for the case where the bucket can't be
authorRyan Bloom <rbb@apache.org>
Tue, 23 Jan 2001 07:30:11 +0000 (07:30 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 23 Jan 2001 07:30:11 +0000 (07:30 +0000)
commit41319e02386e427f1d4bdc6a63c067dc85d5371f
tree443de84b5f1aafb3673a24a471806ef60914e56c
parente62f228a676f483b16a54e7a6f6ca91e3fc67dae
Fix the byterange filter for the case where the bucket can't be
copied natively.  This will only ever happen if a bucket can be split
but not copied, because we read the bucket in apr_brigade_partition if
we can't split it.  Regardless, this is much safer.  This should also fix
all of the problems with the byterange filter.

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