mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
patches: added the nginx-1.19.9-ssl_client_hello_cb_yield patch.
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user