mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
- Optimize get method for request headers - Update keySet methods to use custom extension of AbstractSet - Drop use of native Tomcat headers, which could be an issue for request and response wrappers that override header methods. The performance of Servlet adapters should be similar for the commonly used methods, and it should be possible to optimize further for the future in HttpHeaders (e.g. by adding a set alternative to put), and requesting Servlet API refinements. Closes gh-36334