Hello guys!
I've just kicked out OpenResty 1.5.12.1 RC4 for testing:
http://openresty.org/download/ngx_openresty-1.5.12.1rc4.tar.gz
Changes since the last RC3 release:
* upgrade LuaJIT to v2.1-20140423 (imported all the latest fixes from Mike Pall)
* Prevent GC estimate miscalculation due to buffer growth. (Mike Pall)
* Prevent adding side traces for stack checks. (Mike Pall) This
could lead to assertion failures in the JIT compiler while replaying
snapshots (I caught the issue while running lua-resty-redis's test
suite).
* upgraded the ngx_lua_upstream module to 0.02.
* bugfix: upstream names did not support taking a port number.
thanks magicleo for the report.
* upgraded the ngx_redis2 module to 0.11.
* change: now we always ignore client aborts for user modules like
ngx_srcache. thanks akamatgi for the report.
You're very welcome to try out this RC release on your side. Any
feedback will be highly appreciated.
Hopefully this will be the last RC release before the formal 1.5.12.1 release :)
Thank you!
Best regards,
-agentzh