]> granicus.if.org Git - apache/commit
This fixes a failed assert when r->remaining is left in a negative
authorAaron Bannert <aaron@apache.org>
Fri, 31 May 2002 00:23:34 +0000 (00:23 +0000)
committerAaron Bannert <aaron@apache.org>
Fri, 31 May 2002 00:23:34 +0000 (00:23 +0000)
commit9a80a733b1bec5085ded85a5662f0a54ffa00bdb
tree6f8797dbd31e3a39367b81f52e96918db310c0ba
parentbe12d995f2a1f095f474928485f3c22bed0e6bf3
This fixes a failed assert when r->remaining is left in a negative
state and we hit some other error (like permission failure) causing
an internal redirect causing us to reevaluate the input buffers
(for discarding the request body).

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