-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ensure request body is consumed so that multipart requests with large payloads never hang when exception happens before body is consumed #44959
Conversation
michalvavrik
commented
Dec 5, 2024
- closes: Error in secured post-multipart interface with large files #44929
Quickstarts compilation is expected to fail until quarkusio/quarkus-quickstarts#1470 is merged. |
This comment has been minimized.
This comment has been minimized.
closing as I think @geoand should provide better solution when the time is right and discussion about this finished |
This absolutely fixes the issue at hand, but I am worried about out profusion of |
@michalvavrik I propose reopening the PR, because at the very least, I will reuse your tests :) |
Yeah, I thought you might use these tests :-) Thanks |
Thank you! |
Can you also make it a draft? Thanks |
@geoand any estimate when you could provide the better solution? We need that fix actually. |
Not at all unfortunately. |
Just to be clear, the fix will be the same. What we need is way to properly manage these end handlers that are so far are popping up all over the place (and that override each other in a random order) |
f88cdf9
to
a6f9ff8
Compare
Status for workflow
|
I think |
I have pushed updated version. @cescoffier needs to review this when the time is right for him. I'll also send email because we kinda discussed it in 2 channels in parallel :-). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
I think we should backport it to 3.15. @geoand @michalvavrik WDYT? |
+1, I forgot to add backport labell. Adding it now. Thanks. |
👍 |