[PR #2767] [MERGED] move dial functions into golib #4619

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2767
Author: @fatedier
Created: 1/19/2022
Status: Merged
Merged: 1/20/2022
Merged by: @fatedier

Base: devHead: dial


📝 Commits (1)

  • ebeca59 move dial functions into golib

📊 Changes

9 files changed (+114 additions, -195 deletions)

View changed files

📝 client/control.go (+26 -7)
📝 client/proxy/proxy.go (+2 -1)
📝 client/service.go (+25 -6)
📝 go.mod (+1 -7)
📝 go.sum (+21 -16)
📝 pkg/util/net/conn.go (+0 -70)
📝 pkg/util/net/dial.go (+33 -78)
📝 pkg/util/net/tls.go (+0 -8)
📝 test/e2e/pkg/request/request.go (+6 -2)

📄 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/2767 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/19/2022 **Status:** ✅ Merged **Merged:** 1/20/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `dial` --- ### 📝 Commits (1) - [`ebeca59`](https://github.com/fatedier/frp/commit/ebeca59287017515cad419bd8f8df4c0223f79b3) move dial functions into golib ### 📊 Changes **9 files changed** (+114 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+26 -7) 📝 `client/proxy/proxy.go` (+2 -1) 📝 `client/service.go` (+25 -6) 📝 `go.mod` (+1 -7) 📝 `go.sum` (+21 -16) 📝 `pkg/util/net/conn.go` (+0 -70) 📝 `pkg/util/net/dial.go` (+33 -78) 📝 `pkg/util/net/tls.go` (+0 -8) 📝 `test/e2e/pkg/request/request.go` (+6 -2) </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:32 -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#4619
No description provided.