mirror of
https://github.com/go-micro/go-micro.git
synced 2025-09-16 08:36:30 +02:00
Default to Hostname
This commit is contained in:
@@ -140,7 +140,7 @@ func (h authHandler) NamespaceFromRequest(req *http.Request) string {
|
||||
}
|
||||
|
||||
// determine the host, e.g. dev.micro.mu:8080
|
||||
var host string
|
||||
host := req.URL.Hostname()
|
||||
if h, _, err := net.SplitHostPort(req.Host); err == nil {
|
||||
host = h // host does contain a port
|
||||
} else if strings.Contains(err.Error(), "missing port in address") {
|
||||
|
Reference in New Issue
Block a user