[PR #131] [CLOSED] Redirect 301 #154

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

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/131
Author: @hons82
Created: 4/22/2021
Status: Closed

Base: masterHead: redirect-301


📝 Commits (5)

  • 51dd354 Fix backoff inconsistency
  • 6ed4e8c Remove ignored files
  • 3b8e7e2 Renamed package and updated README.md
  • 8b53477 Fix split configuration logging message into lines and print each in separat log message
  • 8d35d79 Add automatic redirect to https if both http and https are configured

📊 Changes

145 files changed (+900 additions, -45651 deletions)

View changed files

📝 .gitignore (+211 -18)
📝 Makefile (+1 -1)
📝 README.md (+6 -4)
📝 benchmark/README.md (+2 -2)
📝 client.go (+3 -4)
📝 client_test.go (+2 -2)
📝 cmd/tunnel/config.go (+1 -1)
📝 cmd/tunnel/options.go (+3 -1)
📝 cmd/tunnel/tunnel.go (+11 -5)
📝 cmd/tunneld/banner.go (+1 -1)
📝 cmd/tunneld/options.go (+2 -1)
📝 cmd/tunneld/tunneld.go (+35 -10)
📝 go.mod (+6 -7)
📝 go.sum (+31 -10)
📝 httpproxy.go (+2 -2)
📝 integration_test.go (+3 -3)
📝 log/filterlogger_test.go (+1 -1)
📝 log/log_test.go (+1 -1)
📝 pool.go (+1 -1)
📝 proxy.go (+1 -1)

...and 80 more files

📄 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/131 **Author:** [@hons82](https://github.com/hons82) **Created:** 4/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `redirect-301` --- ### 📝 Commits (5) - [`51dd354`](https://github.com/mmatczuk/go-http-tunnel/commit/51dd354371e61253176549d4565d7f10252f25e6) Fix backoff inconsistency - [`6ed4e8c`](https://github.com/mmatczuk/go-http-tunnel/commit/6ed4e8c9dbb2104420a7ec3830594d14c3243f3b) Remove ignored files - [`3b8e7e2`](https://github.com/mmatczuk/go-http-tunnel/commit/3b8e7e2ef286b4f66ba3d61ca0b8ff6649c8c425) Renamed package and updated README.md - [`8b53477`](https://github.com/mmatczuk/go-http-tunnel/commit/8b53477a80a9d881ccec21bcaa4ebbfadf285281) Fix split configuration logging message into lines and print each in separat log message - [`8d35d79`](https://github.com/mmatczuk/go-http-tunnel/commit/8d35d7901d081104bc2335478fff6504e69be148) Add automatic redirect to https if both http and https are configured ### 📊 Changes **145 files changed** (+900 additions, -45651 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+211 -18) 📝 `Makefile` (+1 -1) 📝 `README.md` (+6 -4) 📝 `benchmark/README.md` (+2 -2) 📝 `client.go` (+3 -4) 📝 `client_test.go` (+2 -2) 📝 `cmd/tunnel/config.go` (+1 -1) 📝 `cmd/tunnel/options.go` (+3 -1) 📝 `cmd/tunnel/tunnel.go` (+11 -5) 📝 `cmd/tunneld/banner.go` (+1 -1) 📝 `cmd/tunneld/options.go` (+2 -1) 📝 `cmd/tunneld/tunneld.go` (+35 -10) 📝 `go.mod` (+6 -7) 📝 `go.sum` (+31 -10) 📝 `httpproxy.go` (+2 -2) 📝 `integration_test.go` (+3 -3) 📝 `log/filterlogger_test.go` (+1 -1) 📝 `log/log_test.go` (+1 -1) 📝 `pool.go` (+1 -1) 📝 `proxy.go` (+1 -1) _...and 80 more files_ </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:02: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#154
No description provided.