applied the subrequest loop fix patch from Maxim Dounin and released ngx_openresty 0.8.54.9rc5.

This commit is contained in:
agentzh (章亦春)
2011-07-07 16:54:51 +08:00
parent 60109db59a
commit 299399231a
3 changed files with 43 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=0.8.54
minor_ver=9rc4
minor_ver=9rc5
version=$main_ver.$minor_ver
echo $version