[PR #3464] [MERGED] adjust code style about config #4754

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3464
Author: @fatedier
Created: 5/30/2023
Status: Merged
Merged: 5/30/2023
Merged by: @fatedier

Base: devHead: remote-user


📝 Commits (1)

  • 93e9221 adjust code style about config

📊 Changes

29 files changed (+262 additions, -474 deletions)

View changed files

📝 client/admin_api.go (+1 -1)
📝 client/control.go (+1 -1)
📝 client/proxy/proxy.go (+7 -7)
📝 client/proxy/proxy_manager.go (+4 -6)
📝 client/proxy/proxy_wrapper.go (+1 -1)
📝 client/proxy/xtcp.go (+2 -2)
📝 client/visitor/stcp.go (+2 -1)
📝 client/visitor/sudp.go (+2 -1)
📝 client/visitor/visitor.go (+23 -16)
📝 client/visitor/visitor_manager.go (+47 -20)
📝 client/visitor/xtcp.go (+3 -3)
📝 cmd/frpc/sub/http.go (+1 -1)
📝 cmd/frpc/sub/https.go (+1 -1)
📝 cmd/frpc/sub/stcp.go (+2 -2)
📝 cmd/frpc/sub/sudp.go (+2 -2)
📝 cmd/frpc/sub/tcp.go (+1 -1)
📝 cmd/frpc/sub/tcpmux.go (+1 -1)
📝 cmd/frpc/sub/udp.go (+1 -1)
📝 cmd/frpc/sub/xtcp.go (+2 -2)
📝 conf/frpc_full.ini (+8 -0)

...and 9 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/3464 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `remote-user` --- ### 📝 Commits (1) - [`93e9221`](https://github.com/fatedier/frp/commit/93e9221f6c918fde93b474d4b53906e004a5a722) adjust code style about config ### 📊 Changes **29 files changed** (+262 additions, -474 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+1 -1) 📝 `client/control.go` (+1 -1) 📝 `client/proxy/proxy.go` (+7 -7) 📝 `client/proxy/proxy_manager.go` (+4 -6) 📝 `client/proxy/proxy_wrapper.go` (+1 -1) 📝 `client/proxy/xtcp.go` (+2 -2) 📝 `client/visitor/stcp.go` (+2 -1) 📝 `client/visitor/sudp.go` (+2 -1) 📝 `client/visitor/visitor.go` (+23 -16) 📝 `client/visitor/visitor_manager.go` (+47 -20) 📝 `client/visitor/xtcp.go` (+3 -3) 📝 `cmd/frpc/sub/http.go` (+1 -1) 📝 `cmd/frpc/sub/https.go` (+1 -1) 📝 `cmd/frpc/sub/stcp.go` (+2 -2) 📝 `cmd/frpc/sub/sudp.go` (+2 -2) 📝 `cmd/frpc/sub/tcp.go` (+1 -1) 📝 `cmd/frpc/sub/tcpmux.go` (+1 -1) 📝 `cmd/frpc/sub/udp.go` (+1 -1) 📝 `cmd/frpc/sub/xtcp.go` (+2 -2) 📝 `conf/frpc_full.ini` (+8 -0) _...and 9 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:48:07 -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#4754
No description provided.