v1.8.0 ☀️
v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying .Host(“foo.example.com:{port:.*})
will now correctly capture the port into mux.Vars
.
CHANGELOG
- fix: regression in vars extract for wildcard host (#579) @harshavardhana
- Remove stale text from comment. (#568) @EricIO