mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #968] [MERGED] support health check and code refactor #4286
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#4286
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/968
Author: @fatedier
Created: 11/8/2018
Status: ✅ Merged
Merged: 11/9/2018
Merged by: @fatedier
Base:
dev← Head:health📝 Commits (10+)
c33b515split visitors from proxies and add health check config42ee536add module comments for vgo0d02f29refactor ci testd74b45bmore ci57417c8add ci case of reload and reconnectcc6486aadd more cmd test082447ffrpc: support health check698219bfrpc: support health check1a8ac14fix xtcp visitor panicb33ea92client/control: refactor code📊 Changes
33 files changed (+1914 additions, -996 deletions)
View changed files
📝
Makefile(+7 -13)📝
client/admin_api.go(+2 -2)📝
client/control.go(+45 -188)➕
client/health.go(+147 -0)📝
client/proxy.go(+1 -1)📝
client/proxy_manager.go(+130 -184)📝
client/service.go(+172 -9)📝
client/visitor.go(+16 -7)➕
client/visitor_manager.go(+111 -0)📝
cmd/frpc/main.go(+1 -1)📝
cmd/frpc/sub/root.go(+2 -2)📝
cmd/frpc/sub/stcp.go(+37 -28)📝
cmd/frpc/sub/xtcp.go(+37 -28)📝
cmd/frps/main.go(+1 -1)📝
conf/frpc_full.ini(+10 -1)📝
models/config/proxy.go(+153 -136)➕
models/config/visitor.go(+213 -0)📝
tests/ci/auto_test_frpc.ini(+1 -1)📝
tests/ci/auto_test_frpc_visitor.ini(+1 -1)📝
tests/ci/auto_test_frps.ini(+1 -1)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.