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

Fix dropped closure error in Drop impls of IntoStream and IntoAsyncRead #25

Merged

Conversation

jlnstrk
Copy link
Contributor

@jlnstrk jlnstrk commented Sep 27, 2024

Closes #24.

@MattiasBuelens
Copy link
Owner

Thanks for the excellent bug report and fix! I've confirmed the bug on my end, and validated your fix.

I'm going to add a unit test for this, so this nasty edge case doesn't pop up again. 😅

@MattiasBuelens MattiasBuelens merged commit 31e9be8 into MattiasBuelens:main Sep 27, 2024
2 checks passed
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.

Closure invoked after being dropped in Drop impls of IntoStream and IntoAsyncRead
2 participants