Files
logpile/internal/server
Mikhail ChusavitinandClaude Sonnet 5 5b65c99b0e fix(server): build ping address with net.JoinHostPort for IPv6 hosts
fmt.Sprintf("%s:%d", host, port) produces a malformed address for IPv6
literal hosts (go vet: "address format does not work with IPv6").

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-27 17:08:51 +03:00
..