https://issues.apache.org/bugzilla/show_bug.cgi?id=54578

--- Comment #2 from Yann Ylavic <[email protected]> ---
The checked limits really depends on the system (eg. 32/64/other-bit) and its
integer types.

LimitRequestFields is an int (16-bit some time ago), whereas LimitRequestBody
is an off_t (32-bit likewise), hence the limits specified in the
(outdated-)doc.

For LimitRequestFields the code could probably enforce a reasonable hard limit
below the one of today's 32-or-more-bit archs (and 32767 seems quite
appropriate).

For LimitRequestBody however the documented limit may not be enough, although
the code really use an off_t (which is often 64-or-more-bit now, even on
LARGEFILE 32-bit archs), so maybe the doc could mention a "[file]system limit"
(instead of an hard one).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to