bugfix: applied Lanshun Zhou's run_posted_requests_in_resolver patch to the Nginx core: http://mailman.nginx.org/pipermail/nginx-devel/2013-March/003476.html

This commit is contained in:
agentzh (Yichun Zhang)
2013-03-20 18:48:27 -07:00
parent d91993fc38
commit a925be09c9
3 changed files with 51 additions and 1 deletions

View File

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