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

Feat: configurable max body bytes for server #126

Merged
merged 1 commit into from Apr 15, 2020

Conversation

loopfz
Copy link
Member

@loopfz loopfz commented Apr 15, 2020

Signed-off-by: Thomas Schaffer thomas.schaffer@corp.ovh.com

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Feature for the API server

  • What is the current behavior? (You can also link to an open issue here)
    The server only reads up to 256KB to protect itself.

  • What is the new behavior (if this is a feature change)?
    This value is configurable, with lower/upper boundaries: 1KB < x < 10MB

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:

Signed-off-by: Thomas Schaffer <thomas.schaffer@corp.ovh.com>
@loopfz loopfz requested review from rbeuque74 and wI2L April 15, 2020 14:43
@rbeuque74 rbeuque74 merged commit 41ce48c into master Apr 15, 2020
@rbeuque74 rbeuque74 deleted the feat/configurable-max-body-bytes branch April 15, 2020 15:33
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

Successfully merging this pull request may close these issues.

None yet

3 participants