mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-18 14:24:56 +00:00
fix(ogtags): remove unused sync.Mutex for transport management
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/TecharoHQ/anubis/lib/policy/config"
|
"github.com/TecharoHQ/anubis/lib/policy/config"
|
||||||
@@ -41,7 +40,6 @@ type OGTagCache struct {
|
|||||||
targetSNI string
|
targetSNI string
|
||||||
targetSNIAuto bool
|
targetSNIAuto bool
|
||||||
insecureSkipVerify bool
|
insecureSkipVerify bool
|
||||||
transportMu sync.Mutex
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type TargetOptions struct {
|
type TargetOptions struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user