mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #131] [CLOSED] Redirect 301 #154
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/131
Author: @hons82
Created: 4/22/2021
Status: ❌ Closed
Base:
master← Head:redirect-301📝 Commits (5)
51dd354Fix backoff inconsistency6ed4e8cRemove ignored files3b8e7e2Renamed package and updated README.md8b53477Fix split configuration logging message into lines and print each in separat log message8d35d79Add 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.