Matthew Holt
3 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
0 additions and
1 deletions
-
modules/caddyhttp/reverseproxy/upstreams.go
|
|
@ -186,7 +186,6 @@ func (su SRVUpstreams) expandedAddr(r *http.Request) (addr, service, proto, name |
|
|
|
name = repl.ReplaceAll(su.Name, "") |
|
|
|
if su.Service == "" && su.Proto == "" { |
|
|
|
addr = name |
|
|
|
name = "" |
|
|
|
return |
|
|
|
} |
|
|
|
service = repl.ReplaceAll(su.Service, "") |
|
|
|