Matthew Holt
3 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
1 additions and
1 deletions
-
modules/caddyhttp/reverseproxy/upstreams.go
|
|
@ -342,7 +342,7 @@ func (au AUpstreams) GetUpstreams(r *http.Request) ([]*Upstream, error) { |
|
|
|
return upstreams, nil |
|
|
|
} |
|
|
|
|
|
|
|
func (au AUpstreams) String() string { return au.Name } |
|
|
|
func (au AUpstreams) String() string { return net.JoinHostPort(au.Name, au.Port) } |
|
|
|
|
|
|
|
type aLookup struct { |
|
|
|
aUpstreams AUpstreams |
|
|
|