-
Bug
-
Resolution: Done
-
Major
-
2.1.3.Final
-
None
-
None
Undertow does not handle client-side termination of the connection opened in the asynchronous mode. Instead, it waits until the connection times-out on the server side. AsyncListener.onError does not get called.
This has further implications when working with SseEmitters from Spring Framework + Undertow.