mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 09:40:13 +08:00
Fix typo (#2763)
This commit is contained in:
parent
96579b97f6
commit
1de4a99ec3
|
@ -312,7 +312,7 @@ func setupTLS(c *caddy.Controller) error {
|
||||||
|
|
||||||
resp, err := onDemandAskClient.Get(askURLParsed.String())
|
resp, err := onDemandAskClient.Get(askURLParsed.String())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("error checking %v to deterine if certificate for hostname '%s' should be allowed: %v",
|
return fmt.Errorf("error checking %v to determine if certificate for hostname '%s' should be allowed: %v",
|
||||||
askURL, name, err)
|
askURL, name, err)
|
||||||
}
|
}
|
||||||
resp.Body.Close()
|
resp.Body.Close()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user