Results 16 comments of Simon

Nope, I'm just a user. The cosocket maybe useful to connect to zeromq.

Break uploading maybe during many days, or user may upload part of a file and abandon it. These behaviors would produce some garbage data in context. And the context data...

1) I dev "cache_file" for testing cache func of my module, so call it as "cache_file". You're right that call them "file" would be more accurate. 2) Yes, It will...

I can't reproduce this issue. I tested those code, it works fine. Are you sure that the lib have been placed into right directory? ``` content_by_lua ' local p =...

nginx version: ngx_openresty/1.2.8.6, lua is also in this bundle.

是不是mongo的版本不兼容? 我只测试过2.4、2.6,以后的版本就没测过了 在 2016/5/24 15:04, xhw180com 写道: > hello,copy that you can't understand chinese, i must say it again. > when i success connected mongol , i always failuer in...

I have just tested this module with nginx-1.4.1, and it worked well. So could you post the accesslog and debug log here to see what happened?

I've pushed a path to fix this issue. And now I think it will work correctly. This issue had been found before, but I forgot to sync the code to...

This module use nginx core variable "limit_rate" to limit rate. Because of the limitation of "limit_rate", we can not distribute equally and smoothly. There were some discussion about this topic....

In your config, the limit 500m is for per request_uri not for the whole server.