[ 
https://issues.apache.org/jira/browse/HTTPASYNC-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13771953#comment-13771953
 ] 

Piotr Bartosiewicz commented on HTTPASYNC-55:
---------------------------------------------

I think this is not a duplicate of 1328 because that fix was about HttpClient, 
not HttpAsyncClient.
I will try to re-test my code with the latest snapshot tomorrow.
                
> Socket timeout set in RequestConfig does not work
> -------------------------------------------------
>
>                 Key: HTTPASYNC-55
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-55
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Bug
>    Affects Versions: 4.0-beta4
>            Reporter: Piotr Bartosiewicz
>
> Should this code work?
> final RequestConfig requestConfig = RequestConfig.custom()
>                 .setConnectTimeout(connectTimeout)
>                 .setSocketTimeout(socketTimeout)
>                 .build();
> final CloseableHttpAsyncClient httpClient = HttpAsyncClients.custom()
>                 .setDefaultRequestConfig(requestConfig)
>                 .build();
> At least socket timeout does not work. 
> I fount a workaround to set this timeouts in IOReactor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to