Yichun Zhang
Yichun Zhang
@luksbelt Well, @thibaultcha might help take care of this.
@kikito You cannot directly use cosockets in the context of `init_worker_by_lua` but you can use them in a timer created by `init_worker_by_lua`. See https://github.com/chaoslawful/lua-nginx-module#ngxtimerat The [lua-resty-upstream-healthcheck](https://github.com/agentzh/lua-resty-upstream-healthcheck#readme) library uses this trick.
@Profforgr Well, "if is evil": https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/ It's really a bad idea to use the if directive in complex nginx configurations. GIven that you're already using `rewrite_by_lua*` and alike, you should...
@splitice I can do the documentation if you do the tests ;)
@splitice Heh, sorry about your pending PRs. Bug fixes usually take much higher priority than new features. But don't worry, I'll eventually clean up the pending PR list when I...
@splitice Awesome! Thank you a lot for your contribution!
@splitice BTW, I'll write up some tutorials on the test toolchain used here soon :)
@splitice See https://openresty.gitbooks.io/programming-openresty/content/testing/index.html for the tutorial on the test toolchain. Let me know if there's anything missing.
@byliu It's a TODO. Patches welcome :)
@byliu If you really want to work on that, you're recommended to first discuss your API design here first to avoid any back and forth in the future :) Thanks