[PR #966] [MERGED] refactor code #4282

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/966
Author: @fatedier
Created: 11/6/2018
Status: Merged
Merged: 11/6/2018
Merged by: @fatedier

Base: healthHead: new_health


📝 Commits (3)

  • 698219b frpc: support health check
  • 1a8ac14 fix xtcp visitor panic
  • b33ea92 client/control: refactor code

📊 Changes

9 files changed (+460 additions, -324 deletions)

View changed files

📝 client/admin_api.go (+1 -1)
📝 client/control.go (+34 -186)
📝 client/health.go (+119 -4)
📝 client/proxy.go (+1 -1)
📝 client/proxy_manager.go (+122 -123)
📝 client/service.go (+171 -8)
📝 client/visitor.go (+9 -0)
📝 conf/frpc_full.ini (+1 -1)
📝 models/config/proxy.go (+2 -0)

📄 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/966 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 11/6/2018 **Status:** ✅ Merged **Merged:** 11/6/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `health` ← **Head:** `new_health` --- ### 📝 Commits (3) - [`698219b`](https://github.com/fatedier/frp/commit/698219b6218897241aef7e148e2e611f9b8c6ccf) frpc: support health check - [`1a8ac14`](https://github.com/fatedier/frp/commit/1a8ac148ca8ff25b72b388e563b37fbbdfa4bffc) fix xtcp visitor panic - [`b33ea92`](https://github.com/fatedier/frp/commit/b33ea9274cdd263dd0a2ff9cf8f068606171d42a) client/control: refactor code ### 📊 Changes **9 files changed** (+460 additions, -324 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+1 -1) 📝 `client/control.go` (+34 -186) 📝 `client/health.go` (+119 -4) 📝 `client/proxy.go` (+1 -1) 📝 `client/proxy_manager.go` (+122 -123) 📝 `client/service.go` (+171 -8) 📝 `client/visitor.go` (+9 -0) 📝 `conf/frpc_full.ini` (+1 -1) 📝 `models/config/proxy.go` (+2 -0) </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:04 -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#4282
No description provided.