-
Notifications
You must be signed in to change notification settings - Fork 534
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
BodyHandler default body limit change #2452
Comments
tsegismont
added a commit
to tsegismont/vertx-web
that referenced
this issue
Nov 6, 2023
See vert-x3#2452 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-web
that referenced
this issue
Nov 6, 2023
See vert-x3#2452 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-web
that referenced
this issue
Nov 7, 2023
See vert-x3#2452 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-web
that referenced
this issue
Nov 7, 2023
See vert-x3#2452 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
that referenced
this issue
Nov 7, 2023
* Set BodyHandler default limit to 10 megabytes See #2452 Signed-off-by: Thomas Segismont <tsegismont@gmail.com> * BodyHandlerTest#testMultiFileUpload does not pass with default limit Signed-off-by: Thomas Segismont <tsegismont@gmail.com> --------- Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
that referenced
this issue
Nov 7, 2023
* Set BodyHandler default limit to 10 megabytes See #2452 Signed-off-by: Thomas Segismont <tsegismont@gmail.com> * BodyHandlerTest#testMultiFileUpload does not pass with default limit Signed-off-by: Thomas Segismont <tsegismont@gmail.com> --------- Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Resolved by #2503 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the default body is -1, we should have actually a bounded value here.
The text was updated successfully, but these errors were encountered: