mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2932] [MERGED] type http proxy support route_by_http_user #4659
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#4659
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/2932
Author: @fatedier
Created: 5/10/2022
Status: ✅ Merged
Merged: 5/26/2022
Merged by: @fatedier
Base:
dev← Head:route-by-user📝 Commits (1)
eff4fe8type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode📊 Changes
22 files changed (+605 additions, -282 deletions)
View changed files
📝
Release.md(+0 -6)📝
conf/frpc_full.ini(+3 -0)📝
conf/frps_full.ini(+3 -0)📝
pkg/config/proxy.go(+10 -3)📝
pkg/config/server.go(+3 -0)📝
pkg/msg/msg.go(+68 -67)📝
pkg/util/tcpmux/httpconnect.go(+34 -8)📝
pkg/util/util/http.go(+33 -0)📝
pkg/util/vhost/http.go(+131 -32)📝
pkg/util/vhost/reverseproxy.go(+19 -7)📝
pkg/util/vhost/router.go(+43 -21)📝
pkg/util/vhost/vhost.go(+78 -47)📝
server/control.go(+2 -2)📝
server/group/http.go(+28 -19)📝
server/group/tcpmux.go(+21 -14)📝
server/proxy/http.go(+19 -16)📝
server/proxy/tcpmux.go(+11 -8)📝
server/service.go(+2 -2)📝
test/e2e/basic/http.go(+67 -17)📝
test/e2e/framework/process.go(+1 -1)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.