[
https://issues.apache.org/jira/browse/HTTPCLIENT-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1592.
-------------------------------------------
Resolution: Not a Problem
{code:java}
HttpRequestExecutor requestExecutor = new HttpRequestExecutor(5000);
CloseableHttpClient client = HttpClients.custom()
.setRequestExecutor(requestExecutor)
.build();
{code}
This should do it, should not it?
Oleg
> Add ability to configure the wait time for 100 Continue
> -------------------------------------------------------
>
> Key: HTTPCLIENT-1592
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1592
> Project: HttpComponents HttpClient
> Issue Type: New Feature
> Components: HttpClient
> Affects Versions: 4.3.5, 4.3.6, 4.4 Beta1
> Reporter: Kevin Fongson
> Priority: Minor
>
> It looks like 4.3.x versions of HttpClient no longer supports the
> configuration of the time to wait for a 100 Continue response. Is there any
> particular reason why this was removed and can it be added back?
> Thanks,
> Kevin
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]