Yichun Zhang

Results 937 comments of Yichun Zhang

@youjujun Your suggested "fix" does not make any sense to me since that's not the expected behavior by design.

Sure :) Patches welcome!

Already added new modules resty.sha224 and resty.sha256 for exposing the SHA-224 and SHA-256 APIs provided by OpenSSL in git master HEAD.

Just added new modules resty.sha384 and resty.sha512. Now the full SHA-2 function set has been exposed. Please try them out.

It's easiest to use [OpenResty XRay](https://openresty.com/en/xray/) to analyze such things. We can give you a free trial to track this down for you.

Hello! On Mon, Apr 15, 2013 at 11:50 PM, Celebi Lui [email protected]: > My project need ssl connection with mysql. Will drizzle_nginx_module > support ssl connection to mysql? > >...

@Yahook Seems like you have a 3rd-party Lua module named `table.new` in your LuaJIT's search paths?

`table.new` should be a standard Lua module provided by LuaJIT and the module itself is a Lua function instead of a table.

@Yahook You need LuaJIT 2.1. Better use OpenResty directly to avoid such problems. See https://openresty.org. Sorry, I do not have the time to diagnose your own setup issues.

@rainingmaster We don't need multiple `upstream {}` blocks for long. That's the very reason to introduce `balancer_by_lua*` in the first place. The biggest limitation right now is we only respect...