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

Fix a corner case and add some tests #187

Merged
merged 3 commits into from Apr 21, 2016
Merged

Fix a corner case and add some tests #187

merged 3 commits into from Apr 21, 2016

Commits on Apr 21, 2016

  1. Fix a corner case of Url::set_host

    Some URLs can be like foo:///bar with an authority but no host.
    This is different from foo:/bar with no authority.
    
    Fix #25
    SimonSapin committed Apr 21, 2016
  2. Add a test default port number when changing scheme.

    Closes #61. (It was fixed by #176.)
    SimonSapin committed Apr 21, 2016
  3. Hide Url::assert_invariants from docs.

    SimonSapin committed Apr 21, 2016
You can’t perform that action at this time.