This ensures that the reactive handling of the request is dispatched
from the Undertow IO thread, marking the exchange as async rather than
ending it once the Undertow `handleRequest` method returns.
See gh-33885
Closes gh-33969
@ -66,6 +66,7 @@ public class UndertowHttpHandlerAdapter implements io.undertow.server.HttpHandle
@@ -66,6 +66,7 @@ public class UndertowHttpHandlerAdapter implements io.undertow.server.HttpHandle
@ -85,6 +86,7 @@ public class UndertowHttpHandlerAdapter implements io.undertow.server.HttpHandle
@@ -85,6 +86,7 @@ public class UndertowHttpHandlerAdapter implements io.undertow.server.HttpHandle