https://bz.apache.org/bugzilla/show_bug.cgi?id=69710

--- Comment #33 from Christopher Schultz <ch...@christopherschultz.net> ---
Honestly, maxPartHeaderCount and maxPartHeaderSize are essentially the same
thing. If you are allowed to have 2kb of headers, then you can only have a
certain maximum number of headers as well. You can't have infinite part-headers
fit inside of 2kb.

I'm not entirely sure of the history of maxHeaderCount vs maxHeaderSize, but
the maxHeaderSize has much more to do with consistent buffer sizing within the
container and is much more important than limiting the actual number of
headers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to