Skip to content

fix(minidump): Respond with 413 for large chunked requests#5880

Merged
jjbayer merged 11 commits into
masterfrom
fix/minidump-stream-413
Apr 27, 2026
Merged

fix(minidump): Respond with 413 for large chunked requests#5880
jjbayer merged 11 commits into
masterfrom
fix/minidump-stream-413

Conversation

@jjbayer

@jjbayer jjbayer commented Apr 22, 2026

Copy link
Copy Markdown
Member

Large streaming requests were already capped by RequestBodyLimit, but the error for the interrupted stream surfaces somewhere deep within the code. Catch the error using the existing find_error_source util.

Closes #5838

@linear-code

linear-code Bot commented Apr 22, 2026

Copy link
Copy Markdown

@jjbayer jjbayer marked this pull request as ready for review April 27, 2026 09:04
@jjbayer jjbayer requested a review from a team as a code owner April 27, 2026 09:04

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5be931d. Configure here.

Comment thread relay-server/src/endpoints/common.rs Outdated
Comment thread relay-server/src/endpoints/common.rs Outdated
@jjbayer jjbayer enabled auto-merge April 27, 2026 09:26
@jjbayer jjbayer added this pull request to the merge queue Apr 27, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 27, 2026
@jjbayer jjbayer added this pull request to the merge queue Apr 27, 2026
Merged via the queue into master with commit 1ef34aa Apr 27, 2026
30 checks passed
@jjbayer jjbayer deleted the fix/minidump-stream-413 branch April 27, 2026 09:57
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.

minidump endpoint does not respond 413 for too large content

2 participants