mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #998] [MERGED] frpc: support health check #4292
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#4292
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/998
Author: @fatedier
Created: 12/7/2018
Status: ✅ Merged
Merged: 12/9/2018
Merged by: @fatedier
Base:
dev← Head:health📝 Commits (4)
08c17c3frpc: support health checkaea9f9fhealth: add more ci cases and fix bugs35278admv folders146956abump version to v0.22.0📊 Changes
25 files changed (+913 additions, -434 deletions)
View changed files
📝
Makefile(+1 -1)📝
client/admin_api.go(+2 -1)📝
client/control.go(+24 -28)➕
client/event/event.go(+28 -0)📝
client/health/health.go(+44 -13)📝
client/proxy/proxy.go(+1 -1)➕
client/proxy/proxy_manager.go(+138 -0)➕
client/proxy/proxy_wrapper.go(+244 -0)➖
client/proxy_manager.go(+0 -311)📝
client/visitor_manager.go(+14 -2)📝
cmd/frpc/sub/root.go(+5 -0)📝
cmd/frps/root.go(+6 -3)📝
conf/frpc_full.ini(+2 -0)📝
models/config/proxy.go(+28 -6)📝
server/group/group.go(+1 -0)📝
server/group/tcp.go(+5 -1)➕
tests/ci/health/health_test.go(+247 -0)📝
tests/ci/normal_test.go(+19 -11)📝
tests/ci/reconnect_test.go(+0 -2)📝
tests/ci/reload_test.go(+6 -2)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.