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

Add onRequest() hook for propagating request from downstream #34388

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chenggangpro
Copy link

@chenggangpro chenggangpro commented Feb 8, 2025

Try to fix #34178
After reproducing and debugging the issue, I found the onRequest() hook is missing. After the fix, the MultipartParser is functioning properly, and the upload hang issue has not occurred again. I tested this locally.

Signed-off-by: Gang Cheng <[email protected]>
@sdeleuze
Copy link
Contributor

I have the same analysis than @bclozel in #34178 (comment), I think this change, while probably fixing the issue, is going to over-request. We need to explore and understand what triggers this more in detail before crafting a fix. As a consequence, I will close this PR unmerged in favor of #34178.

@sdeleuze sdeleuze closed this Feb 19, 2025
@sdeleuze sdeleuze added status: duplicate A duplicate of another issue in: web Issues in web modules (web, webmvc, webflux, websocket) and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Feb 19, 2025
@sdeleuze sdeleuze reopened this Feb 20, 2025
@sdeleuze sdeleuze added type: bug A general bug and removed status: duplicate A duplicate of another issue labels Feb 20, 2025
@sdeleuze sdeleuze added this to the 6.2.4 milestone Feb 20, 2025
@sdeleuze
Copy link
Contributor

Reopening this PR based on #34178 (comment).

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: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebFlux MultipartParser Blocks When Uploading Large Files, Causing Uploads to Occasionally Hang
3 participants