[PR #3801] [MERGED] optimize some code #4832

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3801
Author: @fatedier
Created: 11/27/2023
Status: Merged
Merged: 11/27/2023
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

📊 Changes

52 files changed (+880 additions, -600 deletions)

View changed files

📝 Release.md (+4 -1)
client/admin.go (+0 -85)
📝 client/admin_api.go (+32 -7)
📝 client/connector.go (+16 -12)
📝 client/control.go (+60 -63)
📝 client/proxy/proxy_manager.go (+13 -4)
📝 client/proxy/sudp.go (+2 -2)
📝 client/proxy/udp.go (+2 -2)
📝 client/proxy/xtcp.go (+3 -3)
📝 client/service.go (+148 -82)
📝 client/visitor/sudp.go (+2 -2)
📝 client/visitor/visitor.go (+3 -3)
📝 client/visitor/visitor_manager.go (+14 -4)
📝 client/visitor/xtcp.go (+3 -3)
📝 cmd/frpc/sub/root.go (+13 -5)
📝 cmd/frpc/sub/verify.go (+2 -2)
pkg/auth/pass.go (+31 -0)
📝 pkg/config/flags.go (+5 -0)
📝 pkg/config/legacy/parse.go (+2 -2)
📝 pkg/config/load.go (+14 -13)

...and 32 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/3801 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 11/27/2023 **Status:** ✅ Merged **Merged:** 11/27/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`711d153`](https://github.com/fatedier/frp/commit/711d1530635022dc61ca50a9db970714f59c14a0) optimize some code ### 📊 Changes **52 files changed** (+880 additions, -600 deletions) <details> <summary>View changed files</summary> 📝 `Release.md` (+4 -1) ➖ `client/admin.go` (+0 -85) 📝 `client/admin_api.go` (+32 -7) 📝 `client/connector.go` (+16 -12) 📝 `client/control.go` (+60 -63) 📝 `client/proxy/proxy_manager.go` (+13 -4) 📝 `client/proxy/sudp.go` (+2 -2) 📝 `client/proxy/udp.go` (+2 -2) 📝 `client/proxy/xtcp.go` (+3 -3) 📝 `client/service.go` (+148 -82) 📝 `client/visitor/sudp.go` (+2 -2) 📝 `client/visitor/visitor.go` (+3 -3) 📝 `client/visitor/visitor_manager.go` (+14 -4) 📝 `client/visitor/xtcp.go` (+3 -3) 📝 `cmd/frpc/sub/root.go` (+13 -5) 📝 `cmd/frpc/sub/verify.go` (+2 -2) ➕ `pkg/auth/pass.go` (+31 -0) 📝 `pkg/config/flags.go` (+5 -0) 📝 `pkg/config/legacy/parse.go` (+2 -2) 📝 `pkg/config/load.go` (+14 -13) _...and 32 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:49:35 -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#4832
No description provided.