Jon Travis wrote:

> Nope.  I just allocated 1MB of 'x's and sent that buffer a couple hundred
> times.  It was the httpd process which was growing, not my test program.
> This was with Apache 2.0 HEAD, BTW, and 100% reproducable for me.

I think you have my fix to modules/http/http_request.c, right?  If not,
ap_get_client_block can wreak havoc when a request body exists and we do
an internal redirect, such as when the GET is to a directory.

Also, do you send an empty line before the 'x's, or could this be the
problem Aaron noticed?

Greg

Reply via email to