Skip to content

test(minidump): Return 413 on size limit#5868

Merged
jjbayer merged 2 commits into
masterfrom
fix/minidump_size_limit
Apr 21, 2026
Merged

test(minidump): Return 413 on size limit#5868
jjbayer merged 2 commits into
masterfrom
fix/minidump_size_limit

Conversation

@jjbayer

@jjbayer jjbayer commented Apr 21, 2026

Copy link
Copy Markdown
Member

Document the fact that the minidump multipart endpoint now acts the same as the attachments endpoint (fixed in #5827):

  1. Violation of the single attachment limit results in a 400 response,
  2. Violation of the total attachment limit results in a 413 response

Closes #5838

@jjbayer jjbayer marked this pull request as ready for review April 21, 2026 12:34
@jjbayer jjbayer requested a review from a team as a code owner April 21, 2026 12:34
@jjbayer jjbayer added this pull request to the merge queue Apr 21, 2026
Merged via the queue into master with commit 8a4385e Apr 21, 2026
47 of 50 checks passed
@jjbayer jjbayer deleted the fix/minidump_size_limit branch April 21, 2026 13:29
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.

minidump endpoint does not respond 413 for too large content

2 participants