SATISH BURNWAL created HTTPCLIENT-1765:
------------------------------------------
Summary: SSLConnectionSocketFactory uses connectTimeout for read
timeout
Key: HTTPCLIENT-1765
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1765
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpConn
Affects Versions: 4.5
Environment: Any
Reporter: SATISH BURNWAL
SSLConnectionSocketFactory uses connect timeout value for socket.soTimeout as
well (as per the code in SSLConnectionsocketFactory). Because of this, when
clients are created with such config (below), read timeout is not taking effect.
RequestConfig.Builder rb = RequestConfig.custom();
rb.setConnectTimeout(3000);
rb.setExpectContinueEnabled(true);
rb.setSocketTimeout(10000);
rb.setAuthenticationEnabled(true);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]