Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is restify.plugins.bodyParser's maxBodySize setting actually doing anything? #1969

Open
jurijus01 opened this issue Feb 4, 2024 · 0 comments

Comments

@jurijus01
Copy link

Restify Version:
11.1.0

Node.js Version:
v20.11.0

Expected behaviour

It should pass bodies more than 2MB once maxBodySize is set to 15728640

Actual behaviour

It is not passing 12MB body or stringified data throwing error 413, regardless of Content-Type is "application/json" or "application/x-www-form-urlencoded" or "multipart/form-data"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant