You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(manager,scheduler): IPv6-safe host:port formatting
Use net.JoinHostPort for host:port strings to correctly bracket IPv6 literals.
Keep listener address formatting with fmt.Sprintf when ip.FormatIP already returns bracketed IPv6, to avoid double-bracketing (e.g. [[::]]:port).
Tests: go test ./manager/... ./scheduler/...
Signed-off-by: smb2love <smb2love@users.noreply.github.com>
* refactor(network): simplify listener address construction
Signed-off-by: Gaius <gaius.qi@gmail.com>
* chore(ip): remove unused IP package and tests
Signed-off-by: Gaius <gaius.qi@gmail.com>
---------
Signed-off-by: smb2love <smb2love@users.noreply.github.com>
Signed-off-by: Gaius <gaius.qi@gmail.com>
Co-authored-by: smb2love <smb2love@users.noreply.github.com>
Co-authored-by: Gaius <gaius.qi@gmail.com>
0 commit comments