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

Fix potential race condition with Multipart upload in RESTEasy Reactive #15586

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Mar 9, 2021

As spotted by @cescoffier, the old endHandler was not called when the
files were written to the FS, but when the last piece of data
of the file was read.

Co-authored-by: Clement Escoffier [email protected]

As spotted by @cescoffier, the old endHandler was not called when the
files were written to the FS, but when the last piece of data
of the file was read.

Co-authored-by: Clement Escoffier <[email protected]>
@geoand geoand requested a review from cescoffier March 9, 2021 16:45
@quarkus-bot quarkus-bot bot added the area/rest label Mar 9, 2021
@geoand
Copy link
Contributor Author

geoand commented Mar 9, 2021

This will conflict with the change in the vertx4-snapshot branch - when time comes to rebase, we will want to keep the vertx4 version as the API has changed

@geoand geoand merged commit d1e3a28 into quarkusio:master Mar 9, 2021
@quarkus-bot quarkus-bot bot added this to the 1.13 - master milestone Mar 9, 2021
@geoand geoand deleted the multipart-race branch March 10, 2021 07:25
@gsmet gsmet modified the milestones: 1.13 - master, 1.12.2.Final Mar 10, 2021
This was referenced Mar 12, 2021
This was referenced Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants