markt-asf commented on PR #893: URL: https://github.com/apache/tomcat/pull/893#issuecomment-3290804577
@maxfortun You need to start reporting bugs to the components of that pipeline that don't treat HTTP headers as case insensitive. At some point you or someone else is going to need to use HTTP/2 and that will force all HTTP headers to lower case. At the moment (before we do any performance testing) it looks like Tomcat 9-11 will remove the code the forces lower case but Tomcat 12 will switch to lower case everywhere. If the performance benefits of switching to lower case everywhere are significant that could be an argument to implement the change in Tomcat 9-11 as well. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
