Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url finder for tunnel service doesn't always forward #108117

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

alexr00
Copy link
Member

@alexr00 alexr00 commented Oct 5, 2020

Fixes #107243

@@ -74,6 +74,7 @@ export function mapHasTunnelLocalhostOrAllInterfaces(map: Map<string, Tunnel>, h
if (otherHost) {
return mapHasTunnel(map, otherHost, port);
}
return false;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this point, we have checked and the map does not in fact have the tunnel already and we should return false.

@alexr00 alexr00 self-assigned this Oct 5, 2020
@joaomoreno joaomoreno added this to the September 2020 milestone Oct 6, 2020
@alexr00 alexr00 merged commit 2ccf795 into release/1.50 Oct 6, 2020
@alexr00 alexr00 deleted the alexr00/issue107243 branch October 6, 2020 13:08
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants