I have scratched up a patch from changes in tengine. I haven’t tested it but it should work. The patch applies against nginx 1.7.9. Here's the docs on the options: http://tengine.taobao.org/document/http_core.html
$ wget http://nginx.org/download/nginx-1.7.9.tar.gz $ tar -xzvf nginx-1.7.9.tar.gz $ wget https://raw.githubusercontent.com/x64architecture/ngx_nonbuffered/master/nginx-1.7.9.patch $ patch -p0 < nginx-1.7.9.patch --- Kurt Cancemi https://www.x64architecture.com On Sun, Feb 1, 2015 at 4:54 AM, nginxuser100 <[email protected]> wrote: > Thanks Kurt. > In the meantime, is there a way to access the patch? I was not able to > access the link to a patch mentioned in this email thread > http://trac.nginx.org/nginx/ticket/251 > Thanks. > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,256378,256380#msg-256380 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
