You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/11/10 15:46:00 UTC

[jira] [Resolved] (CXF-8616) Calling oneway methods using async client hangs response indefinitely

     [ https://issues.apache.org/jira/browse/CXF-8616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko resolved CXF-8616.
-------------------------------
    Resolution: Fixed

> Calling oneway methods using async client hangs response indefinitely
> ---------------------------------------------------------------------
>
>                 Key: CXF-8616
>                 URL: https://issues.apache.org/jira/browse/CXF-8616
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.3.11, 3.4.5
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>            Priority: Major
>              Labels: jax-rs
>             Fix For: 3.5.0, 3.4.6, 3.3.13
>
>
> It turns out that when async client (at least, the ones backed by HttpClient 4.x or 5.x) is used with oneway methods (in CXF context, oneway is the method that returns 202), the response hangs indefinitely due to the fact that the client callback is never called / propagated.
> {*}Update{*}: it turned out, for sync/async flows, the response filters are also not called for oneway methods.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)