Skip to content

Commit dc30d94

Browse files
fix comment in code
1 parent 2a3abd9 commit dc30d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/transport/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func NewHTTPTransport(
6868
host = LocalhostIPv4
6969
}
7070

71-
// If targetHost is not specified, default to localhost
71+
// If targetHost is not specified, default to bind to all interfaces
7272
if targetHost == "" {
7373
targetHost = TargetHostIPv4
7474
}

0 commit comments

Comments
 (0)