]> granicus.if.org Git - apache/commit
Remove ap_send_fb and ap_send_fb_length. These functions don't make much
authorRyan Bloom <rbb@apache.org>
Sun, 8 Oct 2000 00:55:46 +0000 (00:55 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 8 Oct 2000 00:55:46 +0000 (00:55 +0000)
commit27c7ee72ffa6dd8ab519d551e1680e33976acc46
treecffcbc680d5a68adee80b0f5ea2bd7d08814fe03
parenta9e2a3673b168834ce5906b1162b3d17b4314204
Remove ap_send_fb and ap_send_fb_length.  These functions don't make much
sense anymore, because the BUFFs that Apache used to use it for have all
been replaced with buckets.  BUFFs can't be used with filters, and Apache
doesn't use these functions anywhere anymore, so they need to go away now.

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