]> granicus.if.org Git - apache/commit
Greatly simplify the ap_http_filter logic, by using the
authorRyan Bloom <rbb@apache.org>
Tue, 7 Aug 2001 17:57:44 +0000 (17:57 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 7 Aug 2001 17:57:44 +0000 (17:57 +0000)
commit9fc8386d2070eae00ef21e8ca05a4f35ead79d2d
tree1817120e1bf302161903c8e954f5a55732433970
parent3a2b78b4695a941c0c08710441804957dd39e84e
Greatly simplify the ap_http_filter logic, by using the
apr_brigade_partition function.  This should also remove a warning from
the Windows build, because apr_off_t and apr_size_t aren't the same
size.

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