mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +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