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

Unsecure FTP downloads fix #218

Merged
merged 1 commit into from
Jan 8, 2022
Merged

Unsecure FTP downloads fix #218

merged 1 commit into from
Jan 8, 2022

Conversation

regis-leray
Copy link
Member

  • Add a unit test that ensures the finalizer is called and errors are propagated on error channel
  • Fix the readFile code so the error is propagated on the error channel
  • clean up readFile slightly (an inputstream was created in a ZStream, which was evaluated, and then the inputstream was wrapped in another ZIO; split it up so it does less work)

- Add a unit test that ensures the finalizer is called and errors are propagated on error channel
- Fix the readFile code so the error is propagated on the error channel
- clean up readFile slightly (an inputstream was created in a ZStream, which was evaluated, and then the inputstream was wrapped in another ZIO; split it up so it does less work)
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