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(links): correct IPv6 address parsing for TLS and QUIC locators (#2138)
Fix IPv6 parsing where `get_*_host()` functions incorrectly handled
square brackets, causing "[::1]:7447" to become "[:7447" in HELLO
messages.
Use `rsplit_once` instead of `split` in host computation.
0 commit comments