mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #3] [MERGED] Fix some bugs #4090
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4090
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/3
Author: @Hurricanezwf
Created: 2/5/2016
Status: ✅ Merged
Merged: 2/18/2016
Merged by: @fatedier
Base:
dev← Head:fix_some_bugs📝 Commits (5)
f065562(1)分离出连接服务器的逻辑 (2)新增client断线重连功能af6fc61(1)新增client向server发送心跳检测5d6f37a(1)优化重连和心跳检测04c26d1(1)新增心跳检测发送间隔和超时时间的配置60c9804format代码📊 Changes
14 files changed (+226 additions, -104 deletions)
View changed files
📝
.gitignore(+3 -0)📝
cmd/frpc/config.go(+11 -6)📝
cmd/frpc/control.go(+93 -36)📝
cmd/frpc/main.go(+1 -1)📝
cmd/frps/config.go(+6 -6)📝
cmd/frps/control.go(+50 -9)📝
cmd/frps/main.go(+1 -1)📝
conf/frpc.ini(+3 -1)📝
conf/frps.ini(+3 -1)📝
pkg/models/client.go(+8 -8)📝
pkg/models/msg.go(+6 -7)📝
pkg/models/server.go(+28 -17)📝
pkg/utils/conn/conn.go(+12 -10)📝
pkg/utils/log/log.go(+1 -1)📄 Description
(1) Add heatbeat test
(2) Add handle method when disconnection occured either at client or server
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.