mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 18:23:47 +00:00
5fcd4e9cb9
27 test cases covering URL/host:port parsing for node configuration: - Scheme stripping (http://, https://) - Path removal from URLs - IPv4 addresses with and without ports - IPv6 addresses (bracketed with port, unbracketed) - Edge cases (empty string, localhost, port-only) - Error cases (malformed brackets) Documents current behavior: bracketed IPv6 without port returns error (net.SplitHostPort limitation).