mirror of
https://github.com/fatedier/frp.git
synced 2025-08-03 12:24:43 +00:00
vnet: fix issues (#4771)
This commit is contained in:
@@ -275,7 +275,7 @@ func (l *Listener) Accept() (net.Conn, error) {
|
||||
xl := xlog.FromContextSafe(l.ctx)
|
||||
conn, ok := <-l.accept
|
||||
if !ok {
|
||||
return nil, fmt.Errorf("Listener closed")
|
||||
return nil, fmt.Errorf("listener closed")
|
||||
}
|
||||
|
||||
// if rewriteHost func is exist
|
||||
|
Reference in New Issue
Block a user