spring-framework/spring-web
Brian Clozel 2dde000475 Document socket timeout config limitations for HttpClient
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
2018-04-06 16:35:17 +02:00
..
src Document socket timeout config limitations for HttpClient 2018-04-06 16:35:17 +02:00
spring-web.gradle Build setup allows for JDK 10 as source/test target compatibility 2018-03-31 23:17:31 +02:00