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

default max_body_size is 1MB #60

Open
yingqiaomxi opened this issue Jul 6, 2017 · 1 comment
Open

default max_body_size is 1MB #60

yingqiaomxi opened this issue Jul 6, 2017 · 1 comment

Comments

@yingqiaomxi
Copy link

Is it possible to set it as unlimited? In Vertx, the default max_body_size is -1L for a BodyHandler.

@adrianluisgonzalez
Copy link
Member

You can configure the max body size as described here.

The vertx bodyHandler must be explicitly set, however with Jersey the body is always read (depending on http method and media type) so having a default limit seems reasonable IMO.

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

2 participants