Added missing comma
This commit is contained in:
parent
0a551619c9
commit
5ecda1bdd9
|
@ -34,7 +34,7 @@ func NewUpstreamHTTPS(endpoint string) (Upstream, error) {
|
|||
}
|
||||
|
||||
// Update TLS and HTTP client configuration
|
||||
tls := &tls.Config{ServerName: u.Hostname() MinVersion: tls.VersionTLS12}
|
||||
tls := &tls.Config{ServerName: u.Hostname(), MinVersion: tls.VersionTLS12}
|
||||
transport := &http.Transport{
|
||||
TLSClientConfig: tls,
|
||||
DisableCompression: true,
|
||||
|
|
Loading…
Reference in New Issue