-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad error handling in checkExternal
Sometimes the error message from http.Client is different in Go 1.15 for client timeouts. The messages causing issues contain "dial tcp" which was caught before Client.Timeout. This fix just moves the handler for "Client.Timeout" above "dial tcp". Will close #148
- Loading branch information
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters