mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #561] [MERGED] improve http vhost package #4210
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#4210
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/561
Author: @fatedier
Created: 12/12/2017
Status: ✅ Merged
Merged: 12/13/2017
Merged by: @fatedier
Base:
dev← Head:http📝 Commits (5)
cc16099improve error role log info63037f1typo fix7da61f0improve http vhost package46358d4support encryption and compression in new http reverser proxy4cc5ddcnewhttp support BasicAuth📊 Changes
13 files changed (+651 additions, -35 deletions)
View changed files
📝
models/config/proxy.go(+2 -2)📝
models/msg/msg.go(+1 -1)📝
models/plugin/http_proxy.go(+1 -1)📝
models/plugin/socks5.go(+1 -1)📝
server/manager.go(+1 -1)📝
server/proxy.go(+44 -12)📝
server/service.go(+15 -10)📝
utils/net/conn.go(+19 -1)📝
utils/version/version.go(+1 -1)➕
utils/vhost/newhttp.go(+186 -0)➕
utils/vhost/reverseproxy.go(+370 -0)📝
utils/vhost/router.go(+4 -3)📝
utils/vhost/vhost.go(+6 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.