renamed the "nonbuffered-upstream-truncation" patch to "upstream-truncation" patch; also fixed issues with chunked upstream response bodies. thanks Andy Yuan for reporting this issue in #24.

This commit is contained in:
agentzh (Yichun Zhang)
2013-04-04 18:25:00 -07:00
parent 1d909539a8
commit 042e2fd27b
3 changed files with 85 additions and 65 deletions

View File

@ -109,8 +109,8 @@ echo "$info_txt applying the location_if_inherits_proxy patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-location_if_inherits_proxy.patch || exit 1
echo
echo "$info_txt applying the nonbuffered-upstream-truncation patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-nonbuffered-upstream-truncation.patch || exit 1
echo "$info_txt applying the upstream-truncation patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-upstream-truncation.patch || exit 1
echo
echo "$info_txt applying the channel-uninit-params patch for nginx"