mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
This commit disables the "failOnServerError" feature on the `HttpClientRequest`, as wrapped by ReactorClientHttpRequest. 5xx errors are supposed to be dealt with in the WebClient, not in the lower-level components. Issue: SPR-15739