fix(ogtags): remove unused sync.Mutex for transport management

This commit is contained in:
Jason Cameron
2025-11-16 02:56:19 -05:00
parent c61204f70e
commit 95b027c480

View File

@@ -8,7 +8,6 @@ import (
"net/http"
"net/url"
"strings"
"sync"
"time"
"github.com/TecharoHQ/anubis/lib/policy/config"
@@ -41,7 +40,6 @@ type OGTagCache struct {
targetSNI string
targetSNIAuto bool
insecureSkipVerify bool
transportMu sync.Mutex
}
type TargetOptions struct {