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

Port information skiped #48

Closed
stricaud opened this issue Jun 3, 2014 · 1 comment
Closed

Port information skiped #48

stricaud opened this issue Jun 3, 2014 · 1 comment

Comments

@stricaud
Copy link
Owner

stricaud commented Jun 3, 2014

This URL:
http://cache:12

Makes this output:
{
"scheme": "http",
"credential": "",
"subdomain": "",
"domain": "cache",
"domain_without_tld": "cache",
"host": "cache",
"tld": "",
"port": "",
"resource_path": "",
"query_string": "",
"fragment": ""
}

The port information is being skipped.

@stricaud
Copy link
Owner Author

stricaud commented Aug 4, 2014

While I am doing some testing to fix that bug, I cannot reproduce:
$ ./src/tools/faup -o json http://cache:12
{
"scheme": "http",
"credential": "",
"subdomain": "",
"domain": "cache",
"domain_without_tld": "cache",
"host": "cache",
"tld": "",
"port": "12",
"resource_path": "",
"query_string": "",
"fragment": ""
}

I am close that ticket, I guess I tested while doing some dev in the middle.

@stricaud stricaud closed this as completed Aug 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant