Lua-cURLv3
Lua-cURLv3 copied to clipboard
Propagate error from easy callback to multi info_read
Now we can not raise error because we have no context. So we should store stack after error in callback (readfunction/writefunction etc.). Same if we want return value from callback.
But may be we can implement error callback on easy and/or multi object and calls this function from callbacks itself?