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

Way to finish compression without closing/shutdown of the underlying AsyncWrite #141

Open
jakubdabek opened this issue Mar 9, 2022 · 1 comment

Comments

@jakubdabek
Copy link

Right now there is only into_inner which doesn't finalize the en/decoder's job, and close/shutdown passes to the writer it is wrapping, which is sometimes undesirable.

@Majored
Copy link

Majored commented Apr 16, 2022

@Nemo157 I assume you wouldn't want to change the semantics of the current into_inner() implementations, so do you have any preference for the naming of a new one?

into_inner_finish()
finish_and_into_inner()
etc.

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

No branches or pull requests

2 participants