mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
remove the extra filed
This commit is contained in:
parent
e0f2993b70
commit
6dd51e0951
1 changed files with 0 additions and 4 deletions
|
|
@ -34,10 +34,6 @@ type VhostMuxer struct {
|
|||
vhostFunc muxFunc
|
||||
registryMap map[string]*Listener
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue