]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We never actually store anything in input_data (from the conn_rec), so it
authorRyan Bloom <rbb@apache.org>
Thu, 12 Oct 2000 04:47:21 +0000 (04:47 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 12 Oct 2000 04:47:21 +0000 (04:47 +0000)
commit08be79365bacf0634892f27c7b03928963ce49eb
tree218f19931db28b0f053f80d5eabd261528de48a4
parent73670f6ded11e007e6f9448950fb5bf924875a5e
We never actually store anything in input_data (from the conn_rec), so it
doesn't make much sense to check to see if there is something there.  This
removes the input_data brigade from the conn_rec altogether.  There is no
good reason for a filter to be accessing a bucket brigade from within the
conn_rec.  This shouldn't be here anymore, just like the output_filter
shouldn't be storing the data in the conn_rec.

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