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

Bug 1508724 - Look for the url in the proper place #535

Merged
merged 1 commit into from Nov 3, 2017

Conversation

rthallisey
Copy link
Contributor

Describe what this PR does and why we need it:
If we look at Host in the url go pkg without http, the Host
will show up empty. Instead, URL has a String() function that
will give us the url we need. It returns: 'String reassembles
the URL into a valid URL string'.

If we look at Host in the url go pkg without http, the Host
will show up empty.  Instead, URL has a String() function that
will give us the url we need. It returns: 'String reassembles
the URL into a valid URL string'.
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 3, 2017
Copy link
Contributor

@shawn-hurley shawn-hurley left a comment

Choose a reason for hiding this comment

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

This seems really sane, VISACK

Copy link
Member

@djzager djzager left a comment

Choose a reason for hiding this comment

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

LGTM

@djzager djzager added the bug label Nov 3, 2017
@jmrodri jmrodri requested review from jmrodri and removed request for dymurray November 3, 2017 15:09
Copy link
Contributor

@jmrodri jmrodri left a comment

Choose a reason for hiding this comment

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

ACK

@rthallisey rthallisey merged commit df0503e into openshift:master Nov 3, 2017
jianzhangbjz pushed a commit to jianzhangbjz/ansible-service-broker that referenced this pull request May 17, 2018
If we look at Host in the url go pkg without http, the Host
will show up empty.  Instead, URL has a String() function that
will give us the url we need. It returns: 'String reassembles
the URL into a valid URL string'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants