Lua-cURLv3 icon indicating copy to clipboard operation
Lua-cURLv3 copied to clipboard

Propagate error from easy callback to multi info_read

Open moteus opened this issue 10 years ago • 0 comments

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?

moteus avatar Sep 15 '14 09:09 moteus