]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a bug in the APR_MODE_EXHAUSTIVE mode for the core input filter.
authorAaron Bannert <aaron@apache.org>
Wed, 6 Mar 2002 18:03:19 +0000 (18:03 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 6 Mar 2002 18:03:19 +0000 (18:03 +0000)
commitfce3fb447025800d8f31b439dd4ca81b6b5d5378
treef13b8840ede829d6a7fdc73a3f0397419deb5dc2
parent92df075c1bbf38a85d3660cbefac2d033812cded
Fix a bug in the APR_MODE_EXHAUSTIVE mode for the core input filter.
This patch changes nothing outside of that mode.

Also, why do we ever call apr_brigade_length() in the core? This doesn't
seem right to me, so here's a comment above the other call.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93736 13f79535-47bb-0310-9956-ffa450edef68
server/core.c