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

Request length limits #29

Open
3 tasks
aantron opened this issue Apr 12, 2021 · 0 comments
Open
3 tasks

Request length limits #29

aantron opened this issue Apr 12, 2021 · 0 comments

Comments

@aantron
Copy link
Owner

aantron commented Apr 12, 2021

Some combination of:

  • A middleware that filters body chunks, accumulating their total length, and aborting responses if the length exceeds some limit.
  • File size and count limits for Dream.multipart.
  • Similar limit helpers on Dream.body, Dream.form, etc., for local, per-call site control.

Should also check HTTP header length limits implemented by http/af and h2.

@aantron aantron changed the title Body length limits Request length limits Apr 12, 2021
@aantron aantron added this to the alpha3 milestone Jul 19, 2021
@aantron aantron removed this from the alpha3 milestone Feb 13, 2022
tchibanda24 pushed a commit to tchibanda24/dream that referenced this issue Feb 5, 2025
Follow more precisely httpaf-lwt-unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant