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