mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
2dde000475
This commit documents the difference between configuring the socket timeout on the `RequestConfig` and on the `SocketConfig`. The first one does not affect timeouts when establishing an SSL connection or sending a CONNECT request to a proxy. For these use cases, it is required to configure `SocketConfig` on the `HttpClient` instance directly. Issue: SPR-16697