mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #47] [MERGED] tunnel: config parse error fix #123
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#123
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/47
Author: @mmatczuk
Created: 11/17/2017
Status: ✅ Merged
Merged: 11/17/2017
Merged by: @mmatczuk
Base:
master← Head:mmt/config📝 Commits (1)
074b54ctunnel: config parse error fix📊 Changes
2 files changed (+68 additions, -82 deletions)
View changed files
📝
cmd/tunnel/config.go(+44 -58)📝
cmd/tunnel/tunnel.go(+24 -24)📄 Description
Remove post parsing manual field assignments. Defaults are generated
first and overwritten by YAML parse method.
This fixes https://github.com/mmatczuk/go-http-tunnel/issues/46.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.