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

Daniel Kulp commented on CXF-6224:
----------------------------------

We'd need a test case for this.   I haven't seen this behavior yet and our 
tests don't show anything like this.

>  HttpAsyncClient with async calls:  the soap call are late
> ----------------------------------------------------------
>
>                 Key: CXF-6224
>                 URL: https://issues.apache.org/jira/browse/CXF-6224
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.7.14
>            Reporter: DESA
>            Priority: Critical
>             Fix For: NeedMoreInfo
>
>
> After migration to 2.7.14 CXF library, we saw that the soap call are late. 
> The call to service remained active for 5 minutes although no call was made 
> during those 5 minutes. 
> It cause server freeze.
> <http:conduit name="*.http-conduit">
> <http:client AutoRedirect="true" Connection="Keep-Alive"
> ConnectionTimeout="#{ 60* 1000 }"
> ReceiveTimeout="#{ 60 * 1000 }" 
> AsyncExecuteTimeout="#{ 60 * 1000 }"  
>            AsyncExecuteTimeoutRejection="true"  
> />
> </http:conduit>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to