Skip to content

Commit 29c8cd0

Browse files
committedSep 8, 2017
docs: document too many parameters error
1 parent 7b9cb14 commit 29c8cd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,12 @@ to this middleware. This module operates directly on bytes only and you cannot
315315
call `req.setEncoding` when using this module. The `status` property is set to
316316
`500`.
317317

318+
### too many parameters
319+
320+
This error will occur when the content of the request exceeds the configured
321+
`parameterLimit` for the `urlencoded` parser. The `status` property is set to
322+
`413`.
323+
318324
### unsupported charset "BOGUS"
319325

320326
This error will occur when the request had a charset parameter in the

0 commit comments

Comments
 (0)
Please sign in to comment.