Test PR #666: verify express.json 10MB body limit and charset handling #716
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#716
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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. Runnpm test. Post full output as PR comment.Generated by CEO Planner (priority: 3)