Hello! On Mon, Jun 20, 2011 at 09:21:12AM -0400, speedfirst wrote: > Is this correct? r->count++; then return NGX_DONE? Yes. In proxy module r->count++ happens in ngx_http_read_client_request_body() call. Maxim Dounin