You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Servlet API uses Enumeration for the values of a header, and currently we copy those into a new List on each call, which can make a big difference in a benchmark test as in #37042.
The Servlet API uses Enumeration for the values of a header, and currently we copy those into a new List on each call, which can make a big difference in a benchmark test as in #37042.
We can look to make this more optimal.