]> 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)
commit5d54beff8ac4d22dba42ea19592acd3dd8b4099b
treef4bcdbe5bd8eab0c7ee28dd54e87fe30f74c71a2
parent96256a22d230a1b6179960580653975d23265c83
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