[PR #76] [MERGED] frpc: add support for connecting server through http proxies, see #67 #4132

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/76
Author: @fatedier
Created: 8/14/2016
Status: Merged
Merged: 8/14/2016
Merged by: @fatedier

Base: devHead: fatedier/support_http_proxy


📝 Commits (1)

  • e262ac6 frpc: add support for connecting server through http proxies, see #67

📊 Changes

6 files changed (+72 additions, -6 deletions)

View changed files

📝 conf/frpc.ini (+2 -0)
📝 src/cmd/frpc/control.go (+5 -1)
📝 src/models/client/client.go (+6 -2)
📝 src/models/client/config.go (+10 -0)
📝 src/utils/conn/conn.go (+48 -2)
📝 test/func_test.go (+1 -1)

📄 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/76 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/14/2016 **Status:** ✅ Merged **Merged:** 8/14/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `fatedier/support_http_proxy` --- ### 📝 Commits (1) - [`e262ac6`](https://github.com/fatedier/frp/commit/e262ac6abd448c043963963b8925a07d661b080f) frpc: add support for connecting server through http proxies, see #67 ### 📊 Changes **6 files changed** (+72 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `conf/frpc.ini` (+2 -0) 📝 `src/cmd/frpc/control.go` (+5 -1) 📝 `src/models/client/client.go` (+6 -2) 📝 `src/models/client/config.go` (+10 -0) 📝 `src/utils/conn/conn.go` (+48 -2) 📝 `test/func_test.go` (+1 -1) </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:36:15 -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#4132
No description provided.