blt4linux / blt4l

PAYDAY 2 SteamOS/Linux LUA loader.
Other
57 stars 14 forks source link

dohttpreq callback does not appear to be called by cURL. #43

Closed RomanHargrave closed 7 years ago

RomanHargrave commented 7 years ago

Findings before I head to a holiday party at work:

http_progress_cb() is called correctly and consistently, and it does invoke lua_pcall. which means that the lua state passed it viable. This means that the problem lies either with the Lua end of the implementation in the updater, which is how I'm testing this, (I recall this issue being present on windows) or the wrong state is being passed.

RomanHargrave commented 7 years ago

This is a problem with the LUA. Closing.