Revert "bugfix: applied the patch to fix a new regression in nginx 1.7.7's ngx_gzip and ngx_gunzip modules that could lead to request hang when the downstream is slow to write to."

This reverts commit b6d3a5cf7b.
This commit is contained in:
Yichun Zhang (agentzh)
2014-11-15 11:49:06 -08:00
parent b6d3a5cf7b
commit 5cb6e4f591
2 changed files with 0 additions and 47 deletions

View File

@ -277,13 +277,6 @@ if [ "$answer" = "N" ]; then
echo
fi
answer=`$root/util/ver-ge "$main_ver" 1.7.7`
if [ "$answer" = "Y" ]; then
echo "$info_txt applying the gzip_gunzip_flush patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-gzip_gunzip_flush.patch || exit 1
echo
fi
rm -f *.patch || exit 1
cd .. || exit 1