Skip to content

Commit

Permalink
[fix] clone CheckHead attribute too
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Feb 21, 2019
1 parent f4ad42d commit 389bc3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colly.go
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ func (c *Collector) Clone() *Collector {
MaxDepth: c.MaxDepth,
DisallowedURLFilters: c.DisallowedURLFilters,
URLFilters: c.URLFilters,
CheckHead: c.CheckHead,
ParseHTTPErrorResponse: c.ParseHTTPErrorResponse,
UserAgent: c.UserAgent,
store: c.store,
Expand Down

0 comments on commit 389bc3c

Please sign in to comment.