- Better IPv6 support:
- Fixed an error when starting the server when
server.host
was an IPv6. server.Host()
,server.BaseURL()
andserver.ProxyBaseURL()
properly format IPv6 hosts with enclosing square brackets, which also fixesroute.BuildURL()
androute.BuildProxyURL()
when the host is an IPv6.server.BaseURL()
now converts::
to::1
(IPv6 loopback).
- Fixed an error when starting the server when
Full Changelog: v5.8.0...v5.8.1