mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 02:28:45 +00:00
fix(ogtags): remove unused sync.Mutex for transport management
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user