[PR #998] [MERGED] frpc: support health check #4292

Closed
opened 2026-05-05 14:39:16 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: devHead: health


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/998 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/7/2018 **Status:** ✅ Merged **Merged:** 12/9/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `health` --- ### 📝 Commits (4) - [`08c17c3`](https://github.com/fatedier/frp/commit/08c17c3247b7d0c73b06b98d6b5d442034617ec2) frpc: support health check - [`aea9f9f`](https://github.com/fatedier/frp/commit/aea9f9fbcc8735193c979c684ae360d450d40c3c) health: add more ci cases and fix bugs - [`35278ad`](https://github.com/fatedier/frp/commit/35278ad17fe9d658d9a5463ee94315c8cef7bd81) mv folders - [`146956a`](https://github.com/fatedier/frp/commit/146956ac6eda3e5afa3c0908c9fc36b44d1e2a13) bump version to v0.22.0 ### 📊 Changes **25 files changed** (+913 additions, -434 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:39:16 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4292
No description provided.