]> granicus.if.org Git - apache/commit
make sure that the HTTP_IN filter is in place across internal redirects.
authorGreg Ames <gregames@apache.org>
Tue, 30 Oct 2001 19:21:41 +0000 (19:21 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 30 Oct 2001 19:21:41 +0000 (19:21 +0000)
commitda57dc70de2e8398a78ab0e89879b7400b9f89b3
treef8f0a0cc55e4581338486c3d597145eec121e823
parentd5fe728b25b8030a7afc93f6d166ce851788640f
make sure that the HTTP_IN filter is in place across internal redirects.

Without this, we see an extra socket read + timeout on POSTs.  If the client
sends in another request, we loop consuming memory.

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