-
Notifications
You must be signed in to change notification settings - Fork 66
Fix. Call multi
callbacks with correct Lua state
#80
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
Conversation
2 similar comments
…ocket` callback.
…move easy handle.
It will still crash in some case. |
Did you can figureout from which curl function it called? |
lua_gettop(lua_State * L) 行 118 C |
I use luajit. |
Fix. Support nested callbacks. Fix. Cleanup easy references when calls multi::close. Add. `__tostring` method for handles.
Please test last commit |
It's OK. I have tested already. |
Change. Do not reset Lua state back to NULL.
Close #78