bugfix: applied the gzip_flush_bug.patch to the nginx core. see also http://mailman.nginx.org/pipermail/nginx-devel/2013-October/004429.html

This commit is contained in:
Yichun Zhang (agentzh)
2013-10-25 17:31:39 -07:00
parent 274b1b6778
commit 4308a5ca45
2 changed files with 23 additions and 0 deletions

View File

@ -187,6 +187,10 @@ if [ "$answer" = "N" ]; then
echo
fi
echo "$info_txt applying the gzip_flush_bug patch for lua $ver"
patch -p1 < $root/patches/nginx-$ver-gzip_flush_bug.patch || exit 1
echo
rm -f *.patch || exit 1
cd .. || exit 1