mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e8e7fbba94
The failing test is for Apache HttpComponents where we cannot apply the Content-Length together with other headers, and must pass it instead explicitly to ReactiveEntityProducer when writing at which point it gets set in the native headers. Closes gh-27768