bugfix: applied the fix_location_capture_content_length_chunked patch to ngx_http_lua v0.10.15.

This commit is contained in:
Thibault Charbonnier
2020-03-25 14:52:25 -07:00
parent 562d89c992
commit 4e8b4c395f
2 changed files with 299 additions and 1 deletions

View File

@ -529,8 +529,13 @@ mv lua-nginx-module-$ver ngx_lua-$ver || exit 1
cd ngx_lua-$ver || exit 1
echo "applying ngx_http_lua-$ver-check-uri-and-headers-safety patch"
echo "$info_txt applying ngx_http_lua-$ver-check-uri-and-headers-safety patch"
patch -p1 < $root/patches/ngx_http_lua-$ver-check-uri-and-headers-safety.patch || exit 1
echo
echo "$info_txt applying ngx_http_lua-$ver-fix_location_capture_content_length_chunked patch"
patch -p1 < $root/patches/ngx_http_lua-$ver-fix_location_capture_content_length_chunked.patch || exit 1
echo
cd .. || exit 1