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

etcd-tester: fix peer-port parsing bug with localhost url #6410

Merged
merged 1 commit into from
Sep 12, 2016

Conversation

fanminshi
Copy link
Member

Contributing guidelines

Please read our contribution workflow before submitting a pull request.

The following format "http://localhost:1234" causes existing port parser to fail. Add new logic to parse the host name first then extract port.

Fixes #6409

The following format "http://localhost:1234" causes existing port parser to fail. Add new logic to parse the host name first then extract port.

Fixes etcd-io#6409
@heyitsanthony
Copy link
Contributor

lgtm

@fanminshi fanminshi merged commit ce01fb3 into etcd-io:master Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants