On Fri, May 31, 2002 at 12:23:34AM -0000, [EMAIL PROTECTED] wrote: > aaron 02/05/30 17:23:34 > > Modified: modules/http http_protocol.c > Log: > 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).
Per my earlier message, I believe this is the wrong way to do this. If we get a neg chunk length, we shouldn't *ever* get back into ap_http_filter (HTTP_IN). The whole point of the 413 error is that we refuse to read the request. -- justin
