]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
If a request fails and the client will be redirected to another URL
authorJeff Trawick <trawick@apache.org>
Sat, 18 Oct 2003 14:15:58 +0000 (14:15 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 18 Oct 2003 14:15:58 +0000 (14:15 +0000)
commit57bf1d19fbfa12ce6e329f3c0cb9bbb6bc6fbf64
tree0706c1c62272bda735e41203cb7348a084fb4f32
parenta74669fa561e533ef834c72a9a52a017ba81229f
If a request fails and the client will be redirected to another URL
due to ErrorDocument, see if we need to drop the connection after
sending the 302 response.  This fixes a problem where Apache treated
the body of the failed request as the next request on a keepalive
connection.  The subsequent 501 error sent to the browser prevented
some browsers from fetching the error document.

Reviewed by:  roy, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101486 13f79535-47bb-0310-9956-ffa450edef68
STATUS
src/CHANGES
src/main/http_request.c