Skip to content

Commit

Permalink
Merge pull request #134 from ajberkley/master
Browse files Browse the repository at this point in the history
Fix typo in restart name
  • Loading branch information
ajberkley committed Sep 18, 2022
2 parents e1a7d2d + 738bd8d commit c452ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/winhttp.lisp
Expand Up @@ -238,7 +238,7 @@
(retry-request ()
:report "Retry the same request."
(apply #'request uri args))
(retry-request ()
(retry-insecure ()
:report "Retry the same request without checking for SSL certificate validity."
(apply #'request uri :insecure t args))
(ignore-and-continue ()
Expand Down

0 comments on commit c452ebc

Please sign in to comment.