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

client.go fix addMissingPort() #1444

Merged
merged 2 commits into from Nov 28, 2022
Merged

Commits on Nov 27, 2022

  1. client.go Make addMissingPort() public

    It's needed for those who creates the instance of the HostClient manually.
    stokito committed Nov 27, 2022
    Copy the full SHA
    d8544f1 View commit details
    Browse the repository at this point in the history
  2. client.go fix AddMissingPort()

    Previously for IPv6 addresses the default port wasn't added.
    The fix adding a test and optimization that should avoid itoa() call and reduce a memory usage
    stokito committed Nov 27, 2022
    Copy the full SHA
    dee56b7 View commit details
    Browse the repository at this point in the history