1 Commits

Author SHA1 Message Date
Nick Cabatoff
e29d98aadb
Work around issue with UNIX domain sockets in api.Client addresses (#22523)
The Host part of the URL doesn't actually get used when we initiate connections to UNIX domain sockets.  As of https://github.com/golang/go/issues/60374 (in the latest Go releases at the time of this writing), we must set it to something that looks like a hostname or requests will fail.
2023-08-23 15:05:03 +00:00