patches: added the nginx-1.19.9-ssl_client_hello_cb_yield patch.

This commit is contained in:
Zhefeng Chen
2021-09-20 18:05:22 +08:00
committed by lijunlong
parent c7a3cfe57f
commit 9fa420424a
2 changed files with 45 additions and 0 deletions

View File

@ -476,6 +476,13 @@ else
echo
fi
answer=`$root/util/ver-ge "$main_ver" 1.19.9`
if [ "$answer" = "Y" ]; then
echo "$info_txt applying the ssl_sess_cb_yield.patch patch to nginx"
patch -p1 < $root/patches/nginx-$main_ver-ssl_client_hello_cb_yield.patch
echo
fi
answer=`$root/util/ver-ge "$main_ver" 0.6.18`
if [ "$answer" = "Y" ]; then
answer=`$root/util/ver-ge "$main_ver" 1.20.1`