[PR #5032] [MERGED] https: add load balancing group support #5106

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5032
Author: @fatedier
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 4f522f3 https: add load balancing group support

📊 Changes

9 files changed (+311 additions, -21 deletions)

View changed files

📝 README.md (+1 -1)
📝 README_zh.md (+1 -1)
📝 Release.md (+1 -3)
📝 server/controller/resource.go (+3 -0)
server/group/https.go (+197 -0)
📝 server/proxy/https.go (+27 -14)
📝 server/service.go (+3 -0)
📝 test/e2e/framework/process.go (+2 -2)
📝 test/e2e/v1/features/group.go (+76 -0)

📄 Description

WHY

Fix #4936


🔄 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/5032 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`4f522f3`](https://github.com/fatedier/frp/commit/4f522f30f87af75d9e5e72a5a69a022218b22d8a) https: add load balancing group support ### 📊 Changes **9 files changed** (+311 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `README_zh.md` (+1 -1) 📝 `Release.md` (+1 -3) 📝 `server/controller/resource.go` (+3 -0) ➕ `server/group/https.go` (+197 -0) 📝 `server/proxy/https.go` (+27 -14) 📝 `server/service.go` (+3 -0) 📝 `test/e2e/framework/process.go` (+2 -2) 📝 `test/e2e/v1/features/group.go` (+76 -0) </details> ### 📄 Description ### WHY Fix #4936 --- <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:54:50 -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#5106
No description provided.