Yichun Zhang
Yichun Zhang
@qiye That's good :)
@yairneumann11 You can see a real-world example in my resty.core.base module: https://github.com/agentzh/lua-resty-core/blob/master/lib/resty/core/base.lua
Thanks for the report. I'll look into this this weekend :) A temporary work-around is to decrease the "MaxRequestsPerChild" setting in your httpd.conf to force the worker processes refresh themselves...
Hello! Thanks for the report! This is because the ngx_dav module assumes the configuration ``` client_body_in_file_only on; ``` but ngx_chunkin does not support it yet. I'm going to rewrite ngx_chunkin...
There's no such scripts yet. And I'm very willing to include your version of the script in the distribution. I'll send you a commit bit so that you can start...
On Wed, Jan 18, 2012 at 9:39 AM, rlowe [email protected] wrote: > I've created an initial version and committed (38cb65ea1773e1576deab6994bbd8b874a4e3edd). It only handles the most basic use case (which is...
@fanhefan Maybe your firewall is dropping packets?
@fanhefan Sorry, no idea with so little information.
@fuyou001 I think it should be done in a similar way to my existing sampling tools for both Perl and LuaJIT. But I'm not familiar with JVM at all to...
Nginx 1.3.15 already has built-in support for reading chunked request bodies. It makes no sense to compile ngx_chunkin with it.