Yichun Zhang

Results 937 comments of Yichun Zhang

@chipitsine That test case always passes for me, on several different machines: ``` console $ prove -I../test-nginx/lib t/009-log.t t/009-log.t .. 1..10 # I found ONLY: maybe you're debugging? ok 1...

@WinterChen Will you please create a github pull request for this fix? Many thanks. Not sure if we still want to support older versions of the nginx core. Maybe we...

Pull requests welcome. We no longer actively develop this module ourselves but we welcome patches from the community. Thanks.

@bjovanovic Yes, we could add an nginx configuration directive to enable a mode that ngx_xss always quote the response as JSON strings. Will you contribute a patch for this?

@bjovanovic Well, for more complicated logic, you're recommended to use the ngx_lua module instead: https://github.com/chaoslawful/lua-nginx-module#readme And you'll have more than one option to choose from, ready for production use.

@maage Yeah, this has been on my TODO list for long. Would you like to contribute a patch? Thanks!

@hobblegobber Just use redis's auth command for it: http://redis.io/commands/AUTH All redis's commands are supported. So I don't want to repeat the official redis command manual in this module's documentation.

@bjdgyc That's why you should really use ngx_lua and the lua-resty-redis library for Redis communication where you have total control over everything. BTW, this place is considered English only. DO...

@Prototik ngx_stream_echo_module does not support dynamic module compilation yet. Will you submit a patch? Thanks!