From b4eb34a8e834b6f735539452e5fcc1a1fd28f543 Mon Sep 17 00:00:00 2001 From: qydysky Date: Thu, 21 Mar 2024 16:05:23 +0800 Subject: [PATCH] 1 --- config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.go b/config.go index 3e4dd6f..4abf61a 100755 --- a/config.go +++ b/config.go @@ -7,7 +7,6 @@ import ( "fmt" "net" "net/http" - "os" "strings" "sync" "time" @@ -168,7 +167,6 @@ func (t *Config) SwapSign(ctx context.Context, logger Logger) { w.WriteHeader(http.StatusForbidden) } else if errors.Is(e, ErrAllBacksFail) { w.WriteHeader(http.StatusBadGateway) - os.Exit(0) } else { t.routeP.GetConn(r).Close() } -- 2.39.2