On Wed, Nov 27, 2013 at 2:59 PM, Sergey Spatar 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. T
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 part