mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #46] client: max_time never set to 0 #23
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#23
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 @helinwang on GitHub (Nov 16, 2017).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/46
Hi, thanks for the repo!
I am using
v1.1release. This is what I set in thetunnel.xml:This is what the program prints:
I have to workaround it with:
Wonder how to set the max time to 0?
@mmatczuk commented on GitHub (Nov 17, 2017):
Did you try
0s?@helinwang commented on GitHub (Nov 17, 2017):
Yes I did, it's the same.
@mmatczuk commented on GitHub (Nov 17, 2017):
@helinwang check the new release.
@helinwang commented on GitHub (Nov 17, 2017):
Thank you!