]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add a way to remove output filters. This is used by http_header_filter to
authorRyan Bloom <rbb@apache.org>
Sat, 21 Oct 2000 17:22:28 +0000 (17:22 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 21 Oct 2000 17:22:28 +0000 (17:22 +0000)
commit1c795234e1e04169f79d7df9fdc99ce1acf5f71c
treeeddb7cad311a5ff9b8614c69b4c1c7dcac68ad5f
parent6b22f05745ec19e800c646be551083841902a211
Add a way to remove output filters.  This is used by http_header_filter to
remove itself once it has actually sent the headers.

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