mirror of
https://github.com/fatedier/frp.git
synced 2026-03-22 09:49:16 +08:00
vnet: fix issues (#4771)
This commit is contained in:
@@ -189,7 +189,7 @@ func (ctl *Control) handlePong(m msg.Message) {
|
||||
inMsg := m.(*msg.Pong)
|
||||
|
||||
if inMsg.Error != "" {
|
||||
xl.Errorf("Pong message contains error: %s", inMsg.Error)
|
||||
xl.Errorf("pong message contains error: %s", inMsg.Error)
|
||||
ctl.closeSession()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user