I am upgrading jetty version from jetty-9.4.14.v20181114 to jetty-9.4.24.v20191120. and attribute(jetty.httpConfig.headerCacheSize in jetty.xml) value is decreased(4096 to 1024).
Is there any performance reason or some other reasons for reducing it.
Jetty is open source. So the question can easily be answered by following these steps:
This leads to Jetty issue #2709, comment by Greg Wilkins:
We have some feedback that 4kb is frequently wasting memory. Trading the PR, it seams that 1k would have been sufficient, so we should probably dial back to that.