Commit Graph

9 Commits (e582036c3e1ea12d687ec356e45b470f0e2aebe4)

Author SHA1 Message Date
Frans de Jonge e3c17aa6d0 Travis: run luacheck on unit tests (#3059)
* Travis: run luacheck on unit tests
7 years ago
Qingping Hou 0b9c9d6ddb test(chore): remove side effects 8 years ago
chrox 19979fb8f8 postpone loading of httpclient module in unit test 9 years ago
chrox f0dbd5939c fix travis build segfault hopefully 9 years ago
chrox d468b05567 Use turbo looper on Android 10 years ago
chrox d7faba5b5c request from async http client only accept one callback
and error should be checked in the callback
10 years ago
chrox 0191dc6530 revert busted to v1.10.0 to avoid segmentation fault in testing 10 years ago
chrox e74d1fa557 turn off debug in unit test 10 years ago
chrox 9299b9a5e8 add async http client
it uses non-blocking turbo I/O looper to process http request
so that multiple http request can be handled simultaneously and http request
won't block user input, and most importantly, in Lua's way.
10 years ago