[PR #5] [MERGED] Proxy functions #103

Closed
opened 2026-05-05 11:01:24 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/5
Author: @mmatczuk
Created: 1/20/2017
Status: Merged
Merged: 1/20/2017
Merged by: @mmatczuk

Base: masterHead: mmt/proxy


📝 Commits (2)

📊 Changes

11 files changed (+408 additions, -92 deletions)

View changed files

📝 TODO.md (+2 -2)
📝 client.go (+8 -2)
📝 client_test.go (+3 -3)
httpproxy.go (+151 -0)
📝 integration_test.go (+82 -33)
📝 proto/controlmsg.go (+5 -3)
📝 proxy.go (+29 -0)
📝 server.go (+9 -14)
tcpproxy.go (+96 -0)
📝 tunneltest/tunneltest.go (+22 -34)
📝 utils.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/mmatczuk/go-http-tunnel/pull/5 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 1/20/2017 **Status:** ✅ Merged **Merged:** 1/20/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/proxy` --- ### 📝 Commits (2) - [`248b29c`](https://github.com/mmatczuk/go-http-tunnel/commit/248b29c947525dcc061690c87f180a4f085f67b5) client: tcpproxy - [`e5736fb`](https://github.com/mmatczuk/go-http-tunnel/commit/e5736fb1f3889fd20e1691d6367be99f12132d11) client: httpproxy ### 📊 Changes **11 files changed** (+408 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `TODO.md` (+2 -2) 📝 `client.go` (+8 -2) 📝 `client_test.go` (+3 -3) ➕ `httpproxy.go` (+151 -0) 📝 `integration_test.go` (+82 -33) 📝 `proto/controlmsg.go` (+5 -3) 📝 `proxy.go` (+29 -0) 📝 `server.go` (+9 -14) ➕ `tcpproxy.go` (+96 -0) 📝 `tunneltest/tunneltest.go` (+22 -34) 📝 `utils.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 11:01:24 -06:00
Sign in to join this conversation.
No labels
pull-request
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/go-http-tunnel#103
No description provided.