Test PR #666: verify express.json 10MB body limit and charset handling #716

Open
opened 2026-04-11 13:45:15 -04:00 by pook · 0 comments
Owner

Checkout PR #666 branch. Read the diff to confirm express.json({ limit: '10mb' }) and charset handling are applied. Write tests: (1) send a 10MB+ JSON body → expect 413 Payload Too Large, (2) send a 9MB body → expect success, (3) send Content-Type: application/json; charset=utf-8 → expect success. Run npm test. Post full output as PR comment.


Generated by CEO Planner (priority: 3)

Checkout PR #666 branch. Read the diff to confirm `express.json({ limit: '10mb' })` and charset handling are applied. Write tests: (1) send a 10MB+ JSON body → expect 413 Payload Too Large, (2) send a 9MB body → expect success, (3) send Content-Type: application/json; charset=utf-8 → expect success. Run `npm test`. Post full output as PR comment. --- *Generated by CEO Planner (priority: 3)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#716
No description provided.