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 issue with connection lifetime over iterator #400

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

WillAyd
Copy link
Collaborator

@WillAyd WillAyd commented Jan 31, 2025

I believe this closes #392

I'm still not entirely sure why none of the lifetime issues are getting flagged by ASAN (maybe obfuscated by some error the Hyper API is throwing???) and I'm not sure why the Result still needs to be wrapped in a unique_ptr instead of just moved, but local testing suggests this helps with the affected issue

@WillAyd WillAyd merged commit 7232cab into main Jan 31, 2025
11 checks passed
@WillAyd WillAyd deleted the fix-connection-lifetime branch January 31, 2025 17:58
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.

Reading hyper crashes pantab+python (with pantab 5.2.0)
1 participant