On Wed, Nov 27, 2013 at 2:59 PM, Sergey Spatar <spa...@gmail.com> wrote:
> Hi all!
>
> Please correct me if I am wrong but I think that Apache should not pass
> requests to modules such as PHP if full Content-Length was not received.

Apache doesn't buffer the request body and pass it to a module as a
giant blob.  The handler is invoked and reads the body through the
Apache.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to