Following #97, we could improve error handling:
- determine minimal versions of
nginx and ngx_lua that are required for this library
- check ngx.config.nginx_version and ngx.config.ngx_lua_version and display an error during
init if any of those is too low
Bonus points for adding another Docker-based test to ensure that the library can still run on the documented minimal version when changes are made.
Following #97, we could improve error handling:
nginxandngx_luathat are required for this libraryinitif any of those is too lowBonus points for adding another Docker-based test to ensure that the library can still run on the documented minimal version when changes are made.