From ecf6e323700d11f12e1145b12db31ec39d8baabf Mon Sep 17 00:00:00 2001 From: lijunlong Date: Wed, 9 Jul 2025 09:32:09 +0800 Subject: [PATCH] Revert "change: don't apply quic yield patch for minor release." This reverts commit 0044a7a7649a3a9046b78d589a05c19ee970466b. --- util/mirror-tarballs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 3966e94..865fc2c 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -563,11 +563,11 @@ if [ "$answer" = "Y" ]; then patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-stream_proxy_protocol_v2.patch || exit 1 fi -#answer=`$root/util/ver-ge "$main_ver" 1.27.1` -#if [ "$answer" = "Y" ]; then -# echo "$info_txt applying nginx-$main_ver-quic_ssl_lua_yield patch for nginx" -# patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-quic_ssl_lua_yield.patch || exit 1 -#fi +answer=`$root/util/ver-ge "$main_ver" 1.27.1` +if [ "$answer" = "Y" ]; then + echo "$info_txt applying nginx-$main_ver-quic_ssl_lua_yield patch for nginx" + patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-quic_ssl_lua_yield.patch || exit 1 +fi cp $root/html/index.html docs/html/ || exit 1 cp $root/html/50x.html docs/html/ || exit 1