func net/http.cleanHost

3 uses

	net/http (current package)
		request.go#L570: 	host := cleanHost(r.Host)
		request.go#L575: 		host = cleanHost(r.URL.Host)
		request.go#L745: func cleanHost(in string) string {