]> granicus.if.org Git - apache/commit
At the hack-athon we decided to change the way that input filters
authorRyan Bloom <rbb@apache.org>
Sun, 22 Apr 2001 22:19:32 +0000 (22:19 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 22 Apr 2001 22:19:32 +0000 (22:19 +0000)
commiteb94b557ee33fceeee3358a165f13273ab8d8603
tree76ae334355bbb50667b7035ab42ce1818f449d43
parent97b23cb0740b2bbc5eed732c328d6f955f1f0d68
At the hack-athon we decided to change the way that input filters
determine how much data is returned to the previous filter.  Prior to this
change, we used a field in the conn_rec to determine how much to return.
After this change, we use an argument to ap_get_brigade.  This makes it
much more obvious how things work at all levels, so that module authors
can easily determine how much data is supposed to be returned to them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88912 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
include/httpd.h
include/util_filter.h
modules/experimental/mod_charset_lite.c
modules/experimental/mod_ext_filter.c
modules/http/http_protocol.c
modules/http/http_request.c
modules/http/mod_core.h
modules/tls/mod_tls.c
server/core.c
server/protocol.c
server/util_filter.c