v1.7.2
版本发布时间: 2019-05-17 08:28:11
gorilla/mux最新发布版本:v1.8.1(2023-11-05 10:14:50)
⚠️ This release relaxes the host:port matching when using *Route.Host()
as introduced in v1.7.0. If a port is not provided, the route will match on any port, matching behaviour for all versions of mux prior to v1.7.0.
See #447 for a fuller discussion.
CHANGELOG
- Route.Host -matching will ignore any provided port from getHost(), if… (#447) @cognusion