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

Report throwable on write #20547

Merged
merged 1 commit into from
Oct 7, 2021
Merged

Conversation

stuartwdouglas
Copy link
Member

Note that we don't wait for the write operation for performance reasons
to allow vert.x to buffer the response. The failure will be reported at
some point before/during close.

Fixes #20458

Note that we don't wait for the write operation for performance reasons
to allow vert.x to buffer the response. The failure will be reported at
some point before/during close.

Fixes quarkusio#20458
@geoand geoand requested a review from patriot1burke October 6, 2021 06:51
@patriot1burke patriot1burke merged commit 708170e into quarkusio:main Oct 7, 2021
@quarkus-bot quarkus-bot bot added this to the 2.4 - main milestone Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exceptions ignored when writing repsonse with VertxBlockingOutput.java
2 participants