]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add a sub-request filter. This filter just strips the EOS from the
authorRyan Bloom <rbb@apache.org>
Mon, 16 Oct 2000 23:15:55 +0000 (23:15 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 16 Oct 2000 23:15:55 +0000 (23:15 +0000)
commit25535f86eca48fe2e4c3ce27419ebea05b86a120
tree12318aad70ff91a8830d8f78fde4cd0f04d22168
parentd1c3f2e86442c2943441d3542c64bd6024f3e771
Add a sub-request filter.  This filter just strips the EOS from the
brigade generated by the sub-request.  If this is not done, then the
main-request's core_output_filter will get very confused, as will any other
filter in the main-request filter-stack that looks for EOS.

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