mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-18 00:49:02 +00:00
* use forEach and putIfAbsent to copy headers in DefaultClientRequestBuilder * use forEach in ReactorClientHttpRequest and ReactorNetty2ClientHttpRequest * circumvent ReadOnlyHttpHeaders.entrySet() * ensure the fast path to LinkedCaseInsensitiveMap for forEach and putIfAbsent exists Closes gh-29972