From 68bef7bc3ce9cff062fc08c0d4312c9ae43787cb Mon Sep 17 00:00:00 2001 From: M09Ic Date: Wed, 11 Jan 2023 12:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96redirect,=20init=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E9=87=8D=E5=AE=9A=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pool.go b/internal/pool.go index c07f7e8..1f76b76 100644 --- a/internal/pool.go +++ b/internal/pool.go @@ -351,7 +351,7 @@ func (pool *Pool) Invoke(v interface{}) { } // 手动处理重定向 - if bl.IsValid && unit.source != CheckSource && bl.RedirectURL != "" { + if bl.IsValid && unit.source > 3 && bl.RedirectURL != "" { pool.wg.Add(1) pool.doRedirect(bl, unit.depth) }