mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user