exceptionfactory commented on PR #9304: URL: https://github.com/apache/nifi/pull/9304#issuecomment-2374475641
> I very much appreciate your review @exceptionfactory. I could not quite decide whether to use "header" or "headers" in the naming and description. Although RFC-6585 says the size limit can apply to a single header or the total of all headers, I could not figure out if Jetty applies it to the "total of all headers". You're welcome @mosermw . The naming on the Jetty side is not the most clear, but reviewing and tracing the code, it does appear to apply to the size a single header value, not the total of all headers, so sticking with `Request Header Maximum Size` singular seems to be the best label. https://github.com/jetty/jetty.project/blob/04fd45d94e60e5c6b0e5330edfc85b51214837d5/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConfiguration.java#L214 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
