lua-resty-core
lua-resty-core copied to clipboard
Version Number Check
The version number check fails in the stream lua module.
@splitice I think we need separate version checks for each subsystem :)
@splitice Or maybe we should make the version to mean the API version number across different subsystems?
@splitice It seems to me that ensuring these different ngx_xxx_lua modules share the same API version number is very important.
@splitice Patches welcome :)
I would keep the module version numbers the same between http and stream. Or atleast the Major/Minor.
Simplifies things a bit. And should help prevent compatibility issues between different versions of the modules (perhaps an issue in the future with future code re-use?). Added bonus, it doesn't require a patch.
@splitice Agreed :)