]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Cleanup the byterange filter to use the apr_brigade_partition
authorRyan Bloom <rbb@apache.org>
Tue, 23 Jan 2001 05:57:32 +0000 (05:57 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 23 Jan 2001 05:57:32 +0000 (05:57 +0000)
commit86f5376a39ffdb21f49c803231acfcc4233a92d4
tree2ef209814939d878351bc9fac8b81ad8dd7a05bf
parent1dd9e07fd8cba20e82b70a04a1a59ad6a8e078b5
Cleanup the byterange filter to use the apr_brigade_partition
and apr_bucket_copy functions.  This removes a lot of very messy
code, and hopefully makes this filter more stable.

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