renamed upstream-truncation.patch to upstream_trauncation.patch and also added a test for the case that r->upstream->pipe is NULL.

This commit is contained in:
agentzh (Yichun Zhang)
2013-04-05 12:48:59 -07:00
parent e7053c9ca9
commit 5fb8647d23
2 changed files with 9 additions and 22 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 upstream-truncation patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-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"