backport of commit c0d7f3f916

pull/4819/head
Johan Brandhorst-Satzkorn 2 years ago
parent 0b2b1aab03
commit aa89632c0a

@ -68,5 +68,5 @@ func (c *ClientAgentCommand) Run(args []string) int {
// clientAgentUrl constructs the full URL for a client agent request given a port and path.
func clientAgentUrl(port uint, path string) string {
return fmt.Sprintf("http://127.0.0.1:%d/%s", port, path)
return fmt.Sprintf("http://localhost:%d/%s", port, path)
}

Loading…
Cancel
Save