mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #59] [MERGED] Removal of panics #130
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#130
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/59
Author: @mmatczuk
Created: 11/25/2017
Status: ✅ Merged
Merged: 11/25/2017
Merged by: @mmatczuk
Base:
master← Head:mmt/panic📝 Commits (3)
af65ca0id: removal of unused constructors99ea4dctunnel: removal of panics78018dftunnel: handle no tunnels with a message📊 Changes
7 files changed (+45 additions, -57 deletions)
View changed files
📝
client.go(+8 -7)📝
client_test.go(+10 -5)📝
cmd/tunnel/tunnel.go(+10 -3)📝
httpproxy.go(+6 -11)📝
id/id.go(+0 -19)📝
integration_test.go(+10 -3)📝
tcpproxy.go(+1 -9)📄 Description
This PR replaces panics with errors where needed. It also handles
start-allwhen there are no tunnels with a proper message displayed to the user.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.