mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
chore: fix function name (#4416)
Signed-off-by: crystalstall <crystalruby@qq.com>
This commit is contained in:
parent
03c8d7bf96
commit
edd7cf8967
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ func (ctl *Control) registerMsgHandlers() {
|
|||
ctl.msgDispatcher.RegisterHandler(&msg.Pong{}, ctl.handlePong)
|
||||
}
|
||||
|
||||
// headerWorker sends heartbeat to server and check heartbeat timeout.
|
||||
// heartbeatWorker sends heartbeat to server and check heartbeat timeout.
|
||||
func (ctl *Control) heartbeatWorker() {
|
||||
xl := ctl.xl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue