-
-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Description
The body parser libraries support passing a null limit, however the types for body-parser and express don't allow this, same for the code which uses a logical OR to set the default, which would override null. You should instead use JS's default parameters and stop using such outdated code to support this, because some of us don't want set limits on the amount of data we want to receive.
Reactions are currently unavailable