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

Add max_receive_message_length param #25

Merged
merged 4 commits into from
Dec 13, 2020
Merged

Conversation

avinassh
Copy link
Contributor

@avinassh avinassh commented Dec 12, 2020

Changes:

  • Added max_receive_message_length param with default set to 1024*100*100 (100kb)

Tests (manual)

  • with a payload size more than 100kb with default params
  • with payload size to 5byte
  • with payload size set to 4mb

Closes #24

@avinassh avinassh requested a review from ofpiyush December 12, 2020 06:41
@ofpiyush ofpiyush merged commit 754a4f1 into verloop:master Dec 13, 2020
@avinassh avinassh deleted the body-len branch December 13, 2020 15:35
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.

Set a configurable limit on request body size
2 participants