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 IPv6 hosts missing brackets in constructed URIs
REC1b2 treats an endpoint such as ::1 as an explicit hostname, but
concatenating it into a URI produced https://::1:443/time, which
URL parsers reject. Bracket IPv6 literals at the REST, WebSocket,
and comet construction sites so the host identity stays unbracketed
and only the URI is RFC 3986-compliant.
0 commit comments