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

missing AsyncRead + AsyncWrite for gzip implementations #179

Closed
yanilov opened this issue Dec 7, 2018 · 1 comment · Fixed by #185
Closed

missing AsyncRead + AsyncWrite for gzip implementations #179

yanilov opened this issue Dec 7, 2018 · 1 comment · Fixed by #185

Comments

@yanilov
Copy link

yanilov commented Dec 7, 2018

GzEncoder and GzDecoder (+ bufread variants) are missing tokio_io's AsyncRead and AsyncWrite trait implementations

@yanilov
Copy link
Author

yanilov commented Dec 7, 2018

I've submitted a pull request. tests are missing.
#180
EDIT: closed PR as underlying code is not ready for async use.

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 a pull request may close this issue.

1 participant