You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it possible to set it as unlimited? In Vertx, the default max_body_size is -1L for a BodyHandler.
The text was updated successfully, but these errors were encountered: