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

Handle initialisers/finalizer and Foreign.Concurrent #2

Open
iustin opened this issue Nov 13, 2012 · 0 comments
Open

Handle initialisers/finalizer and Foreign.Concurrent #2

iustin opened this issue Nov 13, 2012 · 0 comments
Labels

Comments

@iustin
Copy link
Contributor

iustin commented Nov 13, 2012

Hi,

Opening this issue to track an older bug report. See the thread Network.Curl cookie jar madness; in it, I found out that due to how handles are cleaned up (Foreign.Concurrent), they might or might now be actually cleaned up at any point during the program.

This is not a problem in general, but it prevents proper use of cookie jars across multiple handles.

A possible solution would be to provide a way for the user to force cleanup of a given handle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant