v5.8.1 release notes
- Better IPv6 support:
- Fixed an error when starting the server when
server.hostwas 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