-
Notifications
You must be signed in to change notification settings - Fork 237
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
curl smashes moka cache #520
Comments
It's looking like this is a lazy_static issue. Since it's being deprecated, I've switched the cache to once_cell. Seems to be working. I'm reserving the right to re-open this once I've cleaned up the carnage. |
It's the moka implementation of expire_after() that conflicts with curl. Somehow. |
|
I'm not really sure I understand what moka is or how it relates to curl, but from the linked issue it seems like the problem has been solved anyway. If I am mistaken then feel free to this issue. Thanks! |
However it (Easy transport) works with mini-moka. I think it has something to do with the curl process() method freeing memory.
Debugging this is above my pay grade.
If this issue attracts any interest, I will work up a reproducer.
I've filed an issue w/ moka as well.
The text was updated successfully, but these errors were encountered: