thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

fix(lb) allow req-aware lb policies to run in init_by_lua* with resty.core #117

Closed thibaultcha closed 6 years ago

thibaultcha commented 6 years ago

resty.core makes ngx.ctx behave differently than the CFunction-based implementation in ngx_lua. The latter returns nil in init_by_lua*, the former throws an error.