Hi everyone,
I'm currently working on a project using Jooby with the Jetty server. I recently upgraded the Jooby version from 3.7.0 to 3.10.0, and after the upgrade, the setRequestHeaderSize setting from the HttpConfiguration class seems to no longer take effect.
This is causing a significant issue in our application, as we rely on increasing the request header size limit beyond the default 8KB. In previous versions, we were able to configure this successfully, but now the setting appears to be ignored.
Is there a new or recommended way to configure the request header size in Jooby 3.10.0 when using Jetty?
Any help or guidance would be greatly appreciated. Thank you in advance!
Best regards,
Kleyvert Martínez.