Hi,

LimitRequestBody is broken in the (unreleased) Apache versions 2.4.13-2.4.15 because of this change: http://svn.apache.org/r1684515

In http_filters.c, ap_http_filter(): The variable "totalread" is uninitialized if readbytes is 0.

Messages similar to this one are logged: "AH01591: Read content-length of 140067070814864 is larger than the configured limit of 104857600", and then Apache closes the connection.

I hope that it's possible to fix this for Apache 2.4.16.

Regards,
Michael

Reply via email to