[PR #3345] [MERGED] tcpmux: support authentication #4728

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3345
Author: @fatedier
Created: 3/7/2023
Status: Merged
Merged: 3/7/2023
Merged by: @fatedier

Base: devHead: tcpmux


📝 Commits (1)

  • c3e04d9 tcpmux: support authentication

📊 Changes

11 files changed (+324 additions, -71 deletions)

View changed files

📝 pkg/config/proxy.go (+10 -1)
📝 pkg/util/tcpmux/httpconnect.go (+26 -15)
📝 pkg/util/vhost/https.go (+4 -1)
📝 pkg/util/vhost/resource.go (+0 -14)
📝 pkg/util/vhost/vhost.go (+41 -34)
📝 server/group/tcpmux.go (+8 -1)
📝 server/proxy/tcpmux.go (+8 -3)
test/e2e/basic/tcpmux.go (+218 -0)
📝 test/e2e/framework/process.go (+1 -1)
📝 test/e2e/pkg/request/request.go (+4 -1)
📝 test/e2e/pkg/rpc/rpc.go (+4 -0)

📄 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/3345 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/7/2023 **Status:** ✅ Merged **Merged:** 3/7/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `tcpmux` --- ### 📝 Commits (1) - [`c3e04d9`](https://github.com/fatedier/frp/commit/c3e04d93845713f3c5530aefca2891f029aa14e5) tcpmux: support authentication ### 📊 Changes **11 files changed** (+324 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `pkg/config/proxy.go` (+10 -1) 📝 `pkg/util/tcpmux/httpconnect.go` (+26 -15) 📝 `pkg/util/vhost/https.go` (+4 -1) 📝 `pkg/util/vhost/resource.go` (+0 -14) 📝 `pkg/util/vhost/vhost.go` (+41 -34) 📝 `server/group/tcpmux.go` (+8 -1) 📝 `server/proxy/tcpmux.go` (+8 -3) ➕ `test/e2e/basic/tcpmux.go` (+218 -0) 📝 `test/e2e/framework/process.go` (+1 -1) 📝 `test/e2e/pkg/request/request.go` (+4 -1) 📝 `test/e2e/pkg/rpc/rpc.go` (+4 -0) </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:47:34 -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#4728
No description provided.