]> granicus.if.org Git - apache/commit
Fix infinite loop when reading certain data due to two HTTP_IN filters being
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 27 Jun 2002 04:40:47 +0000 (04:40 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 27 Jun 2002 04:40:47 +0000 (04:40 +0000)
commit32e15557ff65606a0f348475cac4d77f7644f81e
treef4bcdbe5bd8eab0c7ee28dd54e87fe30f74c71a2
parentb7f68a93491cb34a6af097ad90864781ed0d95ba
Fix infinite loop when reading certain data due to two HTTP_IN filters being
present for internally redirected requests.

If HTTP_IN is present, r->proto_input_filters would have it, so adding it
twice is wrong.

PR: 10146
Reviewed by: Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95895 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_request.c