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

[http server]: configurable max request body size #159

Closed
wants to merge 28 commits into from

Conversation

niklasad1
Copy link
Member

Builds on top of #156

Improve benchmarks to take concurrent requests into account.
Improve benchmarks to take concurrent requests into account.
Expermential to read number of bytes from `HTTP Content Length` to pre-allocate the number of bytes and bail early
if the length is bigger than the `max_request_body size`

Need to be benched with bigger requests.
@niklasad1 niklasad1 closed this Nov 16, 2020
@niklasad1 niklasad1 deleted the v2-http-server-max-request-body-config branch November 16, 2020 15:23
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.

1 participant