mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
remove the extra filed
This commit is contained in:
@@ -34,10 +34,6 @@ type VhostMuxer struct {
|
|||||||
vhostFunc muxFunc
|
vhostFunc muxFunc
|
||||||
registryMap map[string]*Listener
|
registryMap map[string]*Listener
|
||||||
mutex sync.RWMutex
|
mutex sync.RWMutex
|
||||||
|
|
||||||
//build map between custom_domains and client_domain
|
|
||||||
domainMap map[string]string
|
|
||||||
domainMutex sync.RWMutex
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewVhostMuxer(listener *conn.Listener, vhostFunc muxFunc, timeout time.Duration) (mux *VhostMuxer, err error) {
|
func NewVhostMuxer(listener *conn.Listener, vhostFunc muxFunc, timeout time.Duration) (mux *VhostMuxer, err error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user