[PR #2720] [MERGED] refactor: refine pkg net utils #4615

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2720
Author: @blizard863
Created: 12/28/2021
Status: Merged
Merged: 12/28/2021
Merged by: @fatedier

Base: devHead: refactor-pkg


📝 Commits (2)

📊 Changes

6 files changed (+142 additions, -60 deletions)

View changed files

📝 client/control.go (+5 -2)
📝 client/proxy/proxy.go (+1 -1)
📝 client/service.go (+6 -2)
📝 pkg/util/net/conn.go (+41 -29)
pkg/util/net/dial.go (+89 -0)
📝 pkg/util/net/websocket.go (+0 -26)

📄 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/2720 **Author:** [@blizard863](https://github.com/blizard863) **Created:** 12/28/2021 **Status:** ✅ Merged **Merged:** 12/28/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `refactor-pkg` --- ### 📝 Commits (2) - [`d783197`](https://github.com/fatedier/frp/commit/d7831973ec3766795d27fcf7d7ec3bac0a74c82b) refactor: refine pkg net utils - [`9fb8e6f`](https://github.com/fatedier/frp/commit/9fb8e6fc265d19fe2fbdf3b171a10f7f070433f4) fix: x ### 📊 Changes **6 files changed** (+142 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+5 -2) 📝 `client/proxy/proxy.go` (+1 -1) 📝 `client/service.go` (+6 -2) 📝 `pkg/util/net/conn.go` (+41 -29) ➕ `pkg/util/net/dial.go` (+89 -0) 📝 `pkg/util/net/websocket.go` (+0 -26) </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:45:27 -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#4615
No description provided.