aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/crawl/crawl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/crawl/crawl.go b/cmd/crawl/crawl.go
index b54b999..1637a62 100644
--- a/cmd/crawl/crawl.go
+++ b/cmd/crawl/crawl.go
@@ -42,7 +42,7 @@ var (
dnsMap = dnsMapFlag(make(map[string]string))
excludes []*regexp.Regexp
- httpClient *http.Client
+ httpClient = crawl.DefaultClient
)
func init() {