[users@httpd] Incomplete request with specified Content-Length

2013-11-27 Thread Sergey Spatar
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. Here is my test. I am sending a POST request with specified Content-Length and Content-Type: multipart/form-data but with missing last

Re: [users@httpd] Incomplete request with specified Content-Length

2013-11-27 Thread Eric Covener
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