mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
applied the subrequest loop fix patch from Maxim Dounin and released ngx_openresty 0.8.54.9rc5.
This commit is contained in:
@ -42,6 +42,8 @@ patch -p1 < $root/patches/nginx-$main_ver-request_body_preread_fix.patch || exit
|
||||
|
||||
patch -p1 < $root/patches/nginx-$main_ver-request_body_in_single_buf.patch || exit 1
|
||||
|
||||
patch -p1 -l < $root/patches/nginx-$main_ver-subrequest_loop.patch || exit 1
|
||||
|
||||
rm -f *.patch || exit 1
|
||||
|
||||
cd .. || exit 1
|
||||
|
Reference in New Issue
Block a user