Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UndertowHttpHandlerAdapter to dispatch #33969

Closed
github-actions bot opened this issue Nov 26, 2024 · 1 comment
Closed

Update UndertowHttpHandlerAdapter to dispatch #33969

github-actions bot opened this issue Nov 26, 2024 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement
Milestone

Comments

@github-actions
Copy link
Contributor

Backport of gh-33885

@github-actions github-actions bot added in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement labels Nov 26, 2024
@github-actions github-actions bot added this to the 6.1.16 milestone Nov 26, 2024
@simonbasle simonbasle self-assigned this Nov 26, 2024
simonbasle added a commit that referenced this issue Nov 26, 2024
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
Copy link
Contributor Author

Fixed via dd32f95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant