[PR #23] [MERGED] proto: header per control message property, no regex #110

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

📋 Pull Request Information

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

Base: masterHead: mmt/proto_no_regex


📝 Commits (1)

  • 8b30ce8 proto: header per control message property, no regex

📊 Changes

6 files changed (+130 additions, -83 deletions)

View changed files

📝 client.go (+4 -4)
proto/action_string.go (+0 -16)
📝 proto/controlmsg.go (+47 -41)
📝 proto/controlmsg_test.go (+61 -12)
📝 proto/tunnel.go (+14 -6)
📝 server.go (+4 -4)

📄 Description

Removal of Forwarded header in favor of header per property strategy for easier modifications.


🔄 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/23 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 5/12/2017 **Status:** ✅ Merged **Merged:** 5/12/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/proto_no_regex` --- ### 📝 Commits (1) - [`8b30ce8`](https://github.com/mmatczuk/go-http-tunnel/commit/8b30ce8905a7dabc89ec2b5f1dc5babe62e38e1b) proto: header per control message property, no regex ### 📊 Changes **6 files changed** (+130 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `client.go` (+4 -4) ➖ `proto/action_string.go` (+0 -16) 📝 `proto/controlmsg.go` (+47 -41) 📝 `proto/controlmsg_test.go` (+61 -12) 📝 `proto/tunnel.go` (+14 -6) 📝 `server.go` (+4 -4) </details> ### 📄 Description Removal of `Forwarded` header in favor of header per property strategy for easier modifications. --- <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:38 -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#110
No description provided.