Yichun Zhang

Results 937 comments of Yichun Zhang

@splitice Please check out this tutorial for how to run the tests on your side: https://openresty.gitbooks.io/programming-openresty/content/testing/ It should be easy :)

This branch needs to rebase to the latest git master before it can be merged.

@edo888 Yeah, we should use `ngx.re.find` or `ngx.re.match` for it. Pull requests welcome!

@javierguerragiraldez I think we should just set the error message properly on the C land right before returning `NGX_ERROR`. A default error message is not really helpful. Will you please...

I'm afraid we are more interested in being consistent with the standard nginx core's hash function. We do not care about Tengine at all.

@AlexProfi I don't understand what your problem is. It's too vague to me. Maybe you are just fetching too much data out of redis at a single time and exhausting...

@melin Please don't use Chinese here. If you really want to, please join the openresty (Chinese) mailing list and use Chinese there instead: http://openresty.org/#Community Also, such general questions are better...

@sosojustdo This library supports non-buffered uploading (or streaming uploading), which means it can handle _infinite_ upload data streams in a single connection and with constant memory footprint, at least in...

@sergey-lukin Thanks for the patch. But will you also add some docs and tests for this new feature? Many thanks!

@sergey-lukin Please rebase to the latest master branch which includes a fix for Travis CI. Also, it would be perfect if you can also add some test cases for this...