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

Body parser limit #597

Merged
merged 3 commits into from
Dec 16, 2019
Merged

Body parser limit #597

merged 3 commits into from
Dec 16, 2019

Conversation

LoicPoullain
Copy link
Member

Issue

Fixes #596

Solution and steps

  • Add a configuration key to increase the maximum of the request body size.

Checklist

  • Add/update/check docs (code comments and docs/ folder).
  • Add/update/check tests.
  • Update/check the cli generators.

@LoicPoullain LoicPoullain mentioned this pull request Dec 16, 2019
9 tasks
@codecov
Copy link

codecov bot commented Dec 16, 2019

Codecov Report

Merging #597 into v1-4-0 will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           v1-4-0     #597      +/-   ##
==========================================
+ Coverage   99.57%   99.63%   +0.06%     
==========================================
  Files          88       88              
  Lines        1635     1636       +1     
  Branches      374      374              
==========================================
+ Hits         1628     1630       +2     
+ Misses          7        6       -1
Impacted Files Coverage Δ
packages/core/src/express/create-app.ts 100% <100%> (+1.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6ecdcd...b7aeee8. Read the comment docs.

@LoicPoullain LoicPoullain merged commit 8f8645e into v1-4-0 Dec 16, 2019
@LoicPoullain LoicPoullain deleted the body-parser-limit branch December 16, 2019 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant