Results 1 issues of bigokgod

prog('bash', '-c',...) will block i spawn 10 prog to execute a curl command use ngx.thread.spawn. i had tried follow two way: ``` for i=1, 10 do prog('curl', '-L', '-s', 'www.xxx.com'...