mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-24 02:02:26 -04:00
Fix misspelling in onDemandAskRequest error (#3308)
This commit is contained in:
parent
02845bc9fd
commit
a6761153cb
@ -206,7 +206,7 @@ func onDemandAskRequest(ask string, name string) error {
|
|||||||
|
|
||||||
resp, err := onDemandAskClient.Get(askURL.String())
|
resp, err := onDemandAskClient.Get(askURL.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",
|
||||||
ask, name, err)
|
ask, name, err)
|
||||||
}
|
}
|
||||||
resp.Body.Close()
|
resp.Body.Close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user