[PR #3455] [MERGED] format import package name #4752

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

📋 Pull Request Information

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

Base: devHead: fallback


📝 Commits (1)

  • 1ee1aee format import package name

📊 Changes

29 files changed (+142 additions, -131 deletions)

View changed files

📝 client/admin.go (+3 -3)
📝 client/proxy/proxy.go (+5 -5)
📝 client/proxy/sudp.go (+6 -6)
📝 client/proxy/udp.go (+6 -6)
📝 client/proxy/xtcp.go (+3 -3)
📝 client/service.go (+4 -4)
📝 client/visitor/stcp.go (+4 -4)
📝 client/visitor/sudp.go (+5 -5)
📝 client/visitor/xtcp.go (+7 -7)
📝 pkg/plugin/client/http2https.go (+2 -2)
📝 pkg/plugin/client/http_proxy.go (+8 -8)
📝 pkg/plugin/client/https2http.go (+2 -2)
📝 pkg/plugin/client/https2https.go (+2 -2)
📝 pkg/plugin/client/socks5.go (+2 -2)
📝 pkg/plugin/client/static_file.go (+4 -4)
📝 pkg/plugin/client/unix_domain_socket.go (+2 -2)
📝 pkg/util/net/listener.go (+21 -10)
📝 pkg/util/net/tls.go (+2 -2)
📝 pkg/util/tcpmux/httpconnect.go (+2 -2)
📝 pkg/util/vhost/http.go (+2 -2)

...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/3455 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `fallback` --- ### 📝 Commits (1) - [`1ee1aee`](https://github.com/fatedier/frp/commit/1ee1aee1abe4581c3d33b24a4233984468a3bd4a) format import package name ### 📊 Changes **29 files changed** (+142 additions, -131 deletions) <details> <summary>View changed files</summary> 📝 `client/admin.go` (+3 -3) 📝 `client/proxy/proxy.go` (+5 -5) 📝 `client/proxy/sudp.go` (+6 -6) 📝 `client/proxy/udp.go` (+6 -6) 📝 `client/proxy/xtcp.go` (+3 -3) 📝 `client/service.go` (+4 -4) 📝 `client/visitor/stcp.go` (+4 -4) 📝 `client/visitor/sudp.go` (+5 -5) 📝 `client/visitor/xtcp.go` (+7 -7) 📝 `pkg/plugin/client/http2https.go` (+2 -2) 📝 `pkg/plugin/client/http_proxy.go` (+8 -8) 📝 `pkg/plugin/client/https2http.go` (+2 -2) 📝 `pkg/plugin/client/https2https.go` (+2 -2) 📝 `pkg/plugin/client/socks5.go` (+2 -2) 📝 `pkg/plugin/client/static_file.go` (+4 -4) 📝 `pkg/plugin/client/unix_domain_socket.go` (+2 -2) 📝 `pkg/util/net/listener.go` (+21 -10) 📝 `pkg/util/net/tls.go` (+2 -2) 📝 `pkg/util/tcpmux/httpconnect.go` (+2 -2) 📝 `pkg/util/vhost/http.go` (+2 -2) _...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:03 -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#4752
No description provided.