[PR #561] [MERGED] improve http vhost package #4210

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

📋 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: devHead: http


📝 Commits (5)

  • cc16099 improve error role log info
  • 63037f1 typo fix
  • 7da61f0 improve http vhost package
  • 46358d4 support encryption and compression in new http reverser proxy
  • 4cc5ddc newhttp 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/561 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/12/2017 **Status:** ✅ Merged **Merged:** 12/13/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `http` --- ### 📝 Commits (5) - [`cc16099`](https://github.com/fatedier/frp/commit/cc160995daa9bb2e5a37abd0295ca0837fd671d4) improve error role log info - [`63037f1`](https://github.com/fatedier/frp/commit/63037f1c652a11f49b2a56541f33d873b9212402) typo fix - [`7da61f0`](https://github.com/fatedier/frp/commit/7da61f004bceacb107dfa93509eabbcee300226a) improve http vhost package - [`46358d4`](https://github.com/fatedier/frp/commit/46358d466d0505728c610a6c064ca9239d42b39b) support encryption and compression in new http reverser proxy - [`4cc5ddc`](https://github.com/fatedier/frp/commit/4cc5ddc0128360541dcc2ef75036dfd1094dfff0) newhttp support BasicAuth ### 📊 Changes **13 files changed** (+651 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:37:45 -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#4210
No description provided.