From: qydysky Date: Tue, 8 Oct 2024 01:17:24 +0000 (+0800) Subject: Update config.go X-Git-Tag: v0.1.20241008011859 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=3ac6a158d4fcb658693990c9b62411f0ae7bb035;p=front%2F.git Update config.go --- diff --git a/config.go b/config.go index e3520c2..6d8beac 100755 --- a/config.go +++ b/config.go @@ -180,6 +180,10 @@ func (t *Config) SwapSign(ctx context.Context, logger Logger) { } else { e = component2.Get[reqDealer]("http").Deal(r.Context(), w, r, routePath, backIs[i], logger, t.BlocksI) } + + if e == nil { + break + } } if e != nil {