mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
This commit adds support for HttpComponentsClientHttpRequestFactory to set a read timeout, used on the underlying client as a RequestTimeout. This brings the HttpComponentsClientHttpRequestFactory into alignment with JDK, Jetty, OkHttp3, Reactor and SimpleClient ClientHttpRequestFactory implementations. See gh-33556