mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #26] panic: Empty localAddrMap #11
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#11
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?
Originally created by @bgaillard on GitHub (Jul 12, 2017).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/26
Hi, I encounter a problem while starting
tunnel.exeunder Windows.My configuration is the following (I've hidden the IP address and real domain name for security reasons).
When I execute the client command I encounter the following error.
Do you know what's the problem here ?
Thanks
@mmatczuk commented on GitHub (Jul 13, 2017):
Hi @bgaillard, this is fixed on master, however, not released yet. To overcome this you can build from source or provide a configuration with a mock tcp tunnel.
@bgaillard commented on GitHub (Jul 20, 2017):
Hi @mmatczuk, sorry to respond a little late I had lot of work.
I tried with an additional tcp tunnel and now it works 👍
So you can close this case if it's solved and the fix will be released in next version.
Thanks !