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

Support MaxContentLength for zio-http, fix file upload #3391

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

kciesielski
Copy link
Member

This PR enables max request body checks for zio-http for raw requests (which are streaming requests underneath anyway).
It also fixes handling of FileBody, which wasn't writing anything to the file. From now on, static content and file upload tests are enabled as well.

@kciesielski kciesielski marked this pull request as ready for review December 12, 2023 13:20
@kciesielski kciesielski requested a review from adamw December 12, 2023 13:20
@adamw adamw merged commit 72f9c86 into master Dec 12, 2023
@adamw
Copy link
Member

adamw commented Dec 12, 2023

Thx :)

@Pask423 Pask423 deleted the max-content-length-zio-http branch May 7, 2024 07:08
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.

2 participants