[PR #1459] [MERGED] change log method #4389

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1459
Author: @fatedier
Created: 10/12/2019
Status: Merged
Merged: 10/12/2019
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

📊 Changes

44 files changed (+669 additions, -687 deletions)

View changed files

📝 Makefile (+1 -1)
📝 client/control.go (+44 -29)
📝 client/health/health.go (+11 -22)
📝 client/proxy/proxy.go (+61 -54)
📝 client/proxy/proxy_manager.go (+12 -12)
📝 client/proxy/proxy_wrapper.go (+22 -16)
📝 client/service.go (+32 -17)
📝 client/visitor.go (+44 -38)
📝 client/visitor_manager.go (+15 -9)
📝 cmd/frps/root.go (+1 -1)
📝 go.sum (+0 -14)
📝 models/plugin/http_proxy.go (+1 -1)
📝 models/plugin/https2http.go (+2 -1)
📝 models/plugin/plugin.go (+3 -3)
📝 models/plugin/socks5.go (+2 -1)
📝 models/plugin/static_file.go (+2 -1)
📝 models/plugin/unix_domain_socket.go (+1 -3)
📝 server/control.go (+47 -33)
📝 server/controller/visitor.go (+2 -1)
📝 server/group/http.go (+2 -3)

...and 24 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/1459 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/12/2019 **Status:** ✅ Merged **Merged:** 10/12/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`649f47c`](https://github.com/fatedier/frp/commit/649f47c3455edb914c8a668813706e97e6770bb9) change log method ### 📊 Changes **44 files changed** (+669 additions, -687 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `client/control.go` (+44 -29) 📝 `client/health/health.go` (+11 -22) 📝 `client/proxy/proxy.go` (+61 -54) 📝 `client/proxy/proxy_manager.go` (+12 -12) 📝 `client/proxy/proxy_wrapper.go` (+22 -16) 📝 `client/service.go` (+32 -17) 📝 `client/visitor.go` (+44 -38) 📝 `client/visitor_manager.go` (+15 -9) 📝 `cmd/frps/root.go` (+1 -1) 📝 `go.sum` (+0 -14) 📝 `models/plugin/http_proxy.go` (+1 -1) 📝 `models/plugin/https2http.go` (+2 -1) 📝 `models/plugin/plugin.go` (+3 -3) 📝 `models/plugin/socks5.go` (+2 -1) 📝 `models/plugin/static_file.go` (+2 -1) 📝 `models/plugin/unix_domain_socket.go` (+1 -3) 📝 `server/control.go` (+47 -33) 📝 `server/controller/visitor.go` (+2 -1) 📝 `server/group/http.go` (+2 -3) _...and 24 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:41:11 -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#4389
No description provided.