mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1344] [MERGED] support http load balancing #4359
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/1344
Author: @fatedier
Created: 7/30/2019
Status: ✅ Merged
Merged: 8/1/2019
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (4)
5796c27doc: updateb3ed863support http load balancing6b08985bump version to v0.28.05680a88fix connection leak when login_fail_exit is false, fix #1335📊 Changes
15 files changed (+343 additions, -115 deletions)
View changed files
📝
README.md(+6 -1)📝
README_zh.md(+6 -4)📝
client/service.go(+2 -0)📝
server/controller/resource.go(+3 -0)📝
server/group/group.go(+1 -0)➕
server/group/http.go(+157 -0)📝
server/group/tcp.go(+71 -51)📝
server/proxy/http.go(+51 -17)📝
server/proxy/https.go(+5 -0)📝
server/proxy/proxy.go(+2 -0)📝
server/service.go(+9 -2)📝
utils/version/version.go(+1 -1)📝
utils/vhost/http.go(+12 -20)📝
utils/vhost/router.go(+12 -5)📝
utils/vhost/vhost.go(+5 -14)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.